{% extends 'base_admin.html.twig' %} {% block title %}Pub/Titan index{% endblock %} {% block body %}

Pubs / Storage Company

  • Each pub/storage company is a separate and distinct companies, with separate financials and investor rights.
  • The EIS rules require that there is no cross linkage and any management agreements etc are standalone.

  • {% if is_granted('ROLE_SUPER_ADMIN')%} {% endif %} {% for pub in pubs %} {% if is_granted('ROLE_MANAGER') or is_granted('PUB_ACCESS',pub) %} {% set pref = pub.totalShares * pub.fundRaisePercent %} {% if is_granted('ROLE_SUPER_ADMIN')%} {% endif %} {% endif %} {% else %} {% endfor %}
    Name Hover for address Total Equity My Equity Has received EIS certificate Share issue date Trading start date Date EIS restrictions finish Valuation (Sep 2020) Director1 Hover for contact details Director2 Hover for contact details Director3 Hover for contact details Director4 Hover for contact details Bank Hover for bank details Pref share (% Equity) Pref share (£) Pref share (Interest rate)Max Equity % in Pref shares (%)Pref Share Accrual End Default Monies Rec'd Date(%)
    {% if is_granted('ROLE_ADMIN') %} {{pub.name}} {% else %} {{pub.name}} {% endif %} {% if pub.currentFocus ==1 %} * {% endif %} {% if pub.futureFocus ==1 %} ! {% endif %} {{ pub.totalShares |number_format }} {% for share in shares %} {% if pub.id == share.pub.id and loggedUser.id ==share.user.id %} {{ share.investmentAmount|number_format }} {% endif %} {% endfor %} {{ pub.isEisApplicationComplete ? 'Yes' : 'No' }} {{ pub.shareIssueDateAt ? pub.shareIssueDateAt|date('M-Y') : '' }} {{ pub.launchAt ? pub.launchAt|date('M-Y') : '' }} {{ pub.launchAt ? pub.getEndOfEiS()|date('M-Y') : '' }} {{ (pub.mtm * 100) |number_format(1, '.') }}% {% if (pub.director1 is not null) %} {% if pub.director1.linkedIn is not null %} {{pub.director1.fullname}}
    {% else %} {{pub.director1.fullname}}
    {% endif %} {% if pub.director1.mobile is not null %} {% endif %} {% if pub.director1.email is not null %} {% endif %} {% endif %}
    {% if (pub.director2 is not null) %} {% if pub.director2.linkedIn is not null %} {{pub.director2.fullname}}
    {% else %} {{pub.director2.fullname}}
    {% endif %} {% if pub.director2.mobile is not null %} {% endif %} {% if pub.director2.email is not null %} {% endif %} {% endif %}
    {% if (pub.director3 is not null) %} {% if pub.director3.linkedIn is not null %} {{pub.director3.fullname}}
    {% else %} {{pub.director3.fullname}}
    {% endif %} {% if pub.director3.mobile is not null %} {% endif %} {% if pub.director3.email is not null %} {% endif %} {% endif %}
    {% if (pub.director4 is not null) %} {% if pub.director4.linkedIn is not null %} {{pub.director4.fullname}}
    {% else %} {{pub.director4.fullname}}
    {% endif %} {% if pub.director4.mobile is not null %} {% endif %} {% if pub.director4.email is not null %} {% endif %} {% endif %}
    {{ (pub.fundRaisePercent * 100) | number_format (2, '.') }}% {{ pref | number_format }} {{ (pub.prefShareInterestRate *100) |number_format(2, '.') }}% {{ pub.maxPercentEquityInExcessPrefShares *100}}%{{ pub.prefShareAccrualEndDate ? pub.prefShareAccrualEndDate|date('d-M-Y') : '' }} {{ pub.prefShareDefaultMoniesReceivedDate ? pub.prefShareDefaultMoniesReceivedDate|date('d-M-Y') : '' }} QnA Website CH Share register



    James McCulloch companies Harcourt Inns Harcourt Investments Limited Star & Garter

    Ducalian Capital Limited Ducalian Limited

    {% if is_granted('ROLE_SUPER_ADMIN') %} Share register - All Create new {% endif %} {% endblock %} {% block datatable %} {% endblock datatable %}