{% extends 'base_admin.html.twig' %} {% block title %}Investors-{{ pagename }}{% endblock %} {% block body %}
Shareholder {% if is_granted('ROLE_MANAGER') or is_granted('ROLE_SUPER_INVESTOR') %} (Click to email) {% endif %} |
Valid Email | Mobile | Email {% if is_granted('ROLE_MANAGER') or is_granted('ROLE_SUPER_INVESTOR') %} (Click to email) {% endif %} |
{# Employer/ Address | #} {#Disclaimer | #} {#Role | #} {#SAG | #} {#Referer | #} {% if is_granted('ROLE_MANAGER') or is_granted('ROLE_SUPER_INVESTOR') %} {% if allocation != 'n' %}Pref Share Allocation & Certs | {% endif %} {% endif %} {% if pagename|slice(0,25) == "AMSL 1-5 Voting Intention" %}AMSL 1-5: Willow offer |
{% endif %}
{% if pagename|slice(0,21) == "AMSL 1-5 Legal Action" %}
AMSL 1-5: Legal action |
{% endif %}
{% if pagename|slice(0,29) == "AMSL 6-7 EGM Voting Intention" %}
AMSL 6-7: Replace director |
{% endif %}
{% for pub in pubs %}
{{ pub.name }} | {% endfor %}||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if is_granted('ROLE_MANAGER') or is_granted('ROLE_SUPER_INVESTOR') %} {% if referal_page is defined %} {{ user.fullName }} {{ user.wealthclub? '(WC)': '' }} {% else %} {{ user.fullName }} {{ user.wealthclub? '(WC)': '' }} {% endif %} {% else %} {{ user.fullName }} {{ user.wealthclub? '(WC)': '' }} {% endif %} | {% if user.isValidEmail == 1 %} {% else %} {% endif %} | {% if user.isValidEmail == 1 %} {% if is_granted('ROLE_ADMIN') %} {{ user.mobile }} {% elseif is_granted('ROLE_INVESTOR') %} {{ user.shareContactDetails ? user.mobile : 'Withheld' }} {% endif %} {% else %} - {% endif %} | {% if user.isValidEmail == 1 %} {% if is_granted('ROLE_ADMIN') %} {{ user.email }} {% elseif is_granted('ROLE_INVESTOR') %} {{ user.shareContactDetails ? user.email : 'Withheld' }} {% endif %} {% else %} - {% endif %} | {##} {# {% if is_granted('ROLE_ADMIN') %}#} {# {{ user.employer }} / {{ user.postalAddress ? 'Y':'-' }}#} {# {% elseif is_granted('ROLE_INVESTOR') %}#} {# {{ user.shareContactDetails ? user.employer : 'Withheld' }} / {{ user.shareContactDetails ? user.postalAddress : 'Withheld' }}#} {# {% endif %}#} {# | #} {# {% if user.disclaimerDate is not null %}#} {#{{ user.disclaimerDate.format('d-M-Y') }} | #} {# {% else %}#} {##} {# {% endif %}#} {# | #} {# {% if is_granted('ROLE_ADMIN') %}#} {# {{ user.roles[0] }}#} {# {% elseif is_granted('ROLE_INVESTOR') %}#} {# {{ user.shareContactDetails ? user.role[0] : 'Withheld' }}#} {# {% endif %}#} {# | #} {##} {# {% if is_granted('ROLE_ADMIN') %}#} {# {{ user.isSAGMember ? 'Yes' : 'No' }}#} {# {% elseif is_granted('ROLE_INVESTOR') %}#} {# {{ user.shareContactDetails ? user.isSAGMember : 'Withheld' }}#} {# {% endif %}#} {# | #} {##} {# {% if user.referal == 'Ducalian Capital Limited' %}{% else %}{{ user.referal }} {% endif %}#} {# | #} {% if is_granted('ROLE_MANAGER') or is_granted('ROLE_SUPER_INVESTOR') %} {% if allocation != 'n' %}Amend | {% endif %} {% endif %} {% if pagename|slice(0,25) == "AMSL 1-5 Voting Intention" %}
{{ user.amslTargetShareholder |capitalize }} {% if is_granted('ROLE_ADMIN') or user.id == app.user.id %} {% if user.amslTargetShareholder != 'accept' %} Accept {% endif %} {% if user.amslTargetShareholder != 'reject' %} Reject {% endif %} {% if user.amslTargetShareholder != 'unknown' %} Unknown {% endif %} {% endif %} |
{% endif %}
{% if pagename|slice(0,21) == "AMSL 1-5 Legal Action" %}
{{ user.amslLegalAction |capitalize }} {% if is_granted('ROLE_ADMIN') or user.id == app.user.id %} {% if user.amslLegalAction != 'yes' %} Yes {% endif %} {% if user.amslLegalAction != 'no' %} No {% endif %} {% if user.amslLegalAction != 'unknown' %} Unknown {% endif %} {% endif %} |
{% endif %}
{% if pagename|slice(0,29) == "AMSL 6-7 EGM Voting Intention" %}
{{ user.amsl67EGMNewDirector |capitalize }} {% if is_granted('ROLE_ADMIN') or user.id == app.user.id %} {% if user.amsl67EGMNewDirector != 'yes' %} Yes {% endif %} {% if user.amsl67EGMNewDirector != 'no' %} No {% endif %} {% if user.amsl67EGMNewDirector != 'unknown' %} Unknown {% endif %} {% endif %} |
{% endif %}
{% for pub in pubs %}
{% if is_granted('ROLE_ADMIN') %}
{% if user.getEgmVoteByPub(pub) is not null %} ({{ user.getEgmVoteByPub(pub).vote|first|upper }} ) {% endif %} {{ user.getInvestmentAmountForPub(pub)|number_format() }} | {% else %}{% if user.getEgmVoteByPub(pub) is not null %} ({{ user.getEgmVoteByPub(pub).vote|first|upper }}) {% endif %} {{ user.getInvestmentAmountForPub(pub)|number_format() }} | {% endif %} {% endfor %}