{% extends 'base_admin.html.twig' %} {% block title %}Pref Share raise - {{ fundraise.pub.name }} {% endblock %} {% block body %}
Cert # (Standard) | Cert # (Enhanced) | Investor | Email Hover to show | Phone Click to edit/add | SAG | Referer | Investment | Ask | Contribution | {% if is_granted('ROLE_ADMIN') %}Edit election | {#| | #} {#Allocated Standard Prefs | #} {#Super Prefs requested | #} {#Cap on Super Prefs (SA) | #}# | {#Final Allocation (Pro-rata Prefs + Capped Super Prefs) | #}Standard Prefs Allocated | Super Prefs Allocated | Date money sent | Money received? | Days accrued. Default = {% set difference = date(fundraise.pub.prefShareAccrualEndDate).diff(date(fundraise.pub.prefShareDefaultMoniesReceivedDate)) %} {% set leftDaysDefault = difference.days+1 %} {{ leftDaysDefault }} days | Standard prefs Interest | Super prefs Interest | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ contribution.shareCertNumberStandard }} .. {# {% if (contribution.amount >1) %} #} {# | #} {# {% endif %} #}{{ contribution.shareCertNumberEnhanced }} .. | {{ contribution.shareholder.fullname }} {{ contribution.shareholder.wealthclub? '(WC)': '' }} | {% if contribution.shareholder.mobile is not null %} {{ contribution.shareholder.mobile }} {% else %} Add{% endif %} | {{ (contribution.shareholder.isSagMember) ? 'Yes' : 'No' }} | {{ contribution.shareholder.referal }} | {{ contribution.shareholder.getInvestmentAmountForPub( fundraise.pub)|number_format }} | {{ ask |number_format }} | {{ (contribution.amount is null) ? 'NS' : contribution.amount|number_format }} | {% if is_granted('ROLE_ADMIN') %}Election | {#| | #} {#{{ standardPrefSharesAllocated |number_format }} | #} {#{{ max(contribution.amount-ask,0)|number_format }} | #} {#{{ maxSuperPrefSharesAllocated|number_format }} | #}Money rec'd Money rec'd (bespoke) Acknowledge & thanks> | {#{{ totalAllocatedAmount|number_format }} | #}{{ standardPrefSharesAllocated |number_format }} | {{ superPrefSharesAllocated |number_format }} | {% if contribution.paymentSent is not null %} {{ contribution.paymentSent.format('d-M-Y') }} {% endif %} | {{ contribution.moniesReceived |number_format }} | {% set differenceActual = date(fundraise.pub.prefShareAccrualEndDate).diff(date(contribution.paymentSent)) %} {% set differenceDefault = date(fundraise.pub.prefShareAccrualEndDate).diff(date(fundraise.pub.prefShareDefaultMoniesReceivedDate)) %} {% set DaysActual = differenceActual.days %} {% set DaysDefault = differenceDefault.days %} {% if contribution.paymentSent is not null %} {{ DaysActual }} {% else %} {{ DaysDefault }} {% endif %} | {{ ((standardPrefSharesAllocated * DaysActual * pub.prefShareInterestRate /365)) |number_format(2, '.', ',') }} | {% endif %} {{ (standardPrefSharesAllocated * DaysDefault * pub.prefShareInterestRate /365) |number_format(2, '.', ',') }} {% set TotalStandardPrefSharesInterestDefault = TotalStandardPrefSharesInterestDefault + (standardPrefSharesAllocated * DaysDefault * pub.prefShareInterestRate /365) %} {% set TotalStandardPrefSharesInterestActual = TotalStandardPrefSharesInterestActual + (standardPrefSharesAllocated * max(DaysDefault,DaysActual) * pub.prefShareInterestRate /365) %} {% set TotalStandardPrefShares = TotalStandardPrefShares + standardPrefSharesAllocated %} | {{ (superPrefSharesAllocated * DaysActual * (pub.prefShareInterestRate+0.03) /365) |number_format(2, '.', ',') }} | {% endif %} {{ (superPrefSharesAllocated * DaysDefault * (pub.prefShareInterestRate +0.03) /365) |number_format(2, '.', ',') }} {% set TotalSuperPrefSharesInterestDefault = TotalSuperPrefSharesInterestDefault + (superPrefSharesAllocated * DaysDefault * (pub.prefShareInterestRate+0.03) /365) %} {% set TotalSuperPrefSharesInterestActual = TotalSuperPrefSharesInterestActual + (superPrefSharesAllocated * max(DaysDefault,DaysActual) * (pub.prefShareInterestRate+0.03) /365) %} {% set TotalSuperPrefShares = TotalSuperPrefShares + superPrefSharesAllocated %} | {% endif %}