{% extends 'base_admin.html.twig' %} {% block title %}Fund 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 | Edit election | | | Allocated Standard Prefs | Super Prefs requested | {% if is_granted('ROLE_SUPER_ADMIN') %}Cap on Super Prefs (SA) | {% endif %} {% if is_granted('ROLE_ADMIN') %}# | Final Allocation (Pro-rata Prefs + Capped Super Prefs) | Monies sent | Monies received | {% 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 }} | Election | | | {{ standardPrefSharesAllocated |number_format }} | {{ max(contribution.amount-ask,0)|number_format }} | {% if is_granted('ROLE_SUPER_ADMIN') %}{{ maxSuperPrefSharesAllocated|number_format }} | {% endif %} {% if is_granted('ROLE_ADMIN') %}Money rec'd Money rec'd (bespoke) Acknowledge & thanks> | {{ totalAllocatedAmount|number_format }} | {% if contribution.paymentSent is not null %} {{ contribution.paymentSent.format('d-M-Y g:i') }} {% endif %} | {{ contribution.moniesReceived |number_format }} | {% endif %}