{% extends 'base_admin.html.twig' %} {% block title %}Fund raise - {{ fundraise.pub.name }} {% endblock %} {% block body %}

{{ fundraise.pub.name }} ({{ AllOrAwaiting }})

Note: This page is only viewable by SAG.


{% if is_granted ('ROLE_ADMIN') %} {% if is_granted('ROLE_SUPER_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% if AllOrAwaiting=='all' %} {% set flag= 100000000000 %} {% else %} {% set flag=1 %} {% endif %} {% set continue=false %} {% for contribution in fundraise.fundRaiseContributions %} {% if contribution.moniesReceived < flag %} {% set ask = fundraise.pub.fundRaisePercent * contribution.shareholder.getInvestmentAmountForPub(fundraise.pub) %} {% set standardPrefSharesAllocated = min(contribution.amount,ask) %} {% set superPrefSharesRequested = max(contribution.amount-ask,0) %} {% set maxSuperPrefSharesAllocated = (pub.maxPercentEquityInExcessPrefShares*contribution.shareholder.getInvestmentAmountForPub(fundraise.pub)) %} {% set totalAllocatedAmount = ((standardPrefSharesAllocated + min(maxSuperPrefSharesAllocated,superPrefSharesRequested)) ) %} #} {# {% endif %}#} {% if is_granted('ROLE_SUPER_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% endif %} {% endfor %}
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 requestedCap on Super Prefs (SA)# Final Allocation (Pro-rata Prefs + Capped Super Prefs) Monies sent Monies received
{{ contribution.shareCertNumberStandard }}.. {# {% if (contribution.amount >1) %}#} {# {{ contribution.shareCertNumberEnhanced }}.. {{ contribution.shareholder.fullname }} {{ contribution.shareholder.wealthclub? '(WC)': '' }} email {% 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 }} {{ maxSuperPrefSharesAllocated|number_format }} 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 %} {% endblock %} {% block datatable %} {% endblock datatable %}