{% extends 'base_admin.html.twig' %} {% block title %}Hyperglance Investor Forum{% endblock %} {% block body %}
| Name Hover for address | My Equity (# shares) | Contribution (£) | Current Valuation | Director1 Hover for contact details | Director2 Hover for contact details | ||||
|---|---|---|---|---|---|---|---|---|---|
| {% if is_granted('ROLE_ADMIN') %} {{ pub.name }} {% else %} {{ pub.name }} {% endif %} | {{ mytotalshares |number_format }} | {{ mytotalconsideration |number_format }} | {{ (mytotalshares*pub.mtm) |number_format }} | {% if (pub.director1 is not null) %} {% if pub.director1.linkedIn is not null %} {{ pub.director1.fullname }} {% else %} {{ pub.director1.fullname }} {% endif %} {% endif %} | {% if (pub.director2 is not null) %} {% if pub.director2.linkedIn is not null %} {{ pub.director2.fullname }} {% else %} {{ pub.director2.fullname }} {% endif %} {% endif %} | QnA | Website | CH | Share register |
Total shares: {{ totalshares |number_format }}
Total fund raise:£ {{ totalconsideration |number_format }}
Last fund raise share
Market cap (at latest fund raise price): £ {{ (totalshares*0.25) |number_format }}
{% endfor %}