{% extends 'base_admin.html.twig' %} {% block title %}Financial index{% endblock %} {% block body %}

All Pubs - Financials.

{% if is_granted('ROLE_ADMIN') %} New {% endif %} {% for financial in financials %} {% set pub = financial.pub %} {% if is_granted('PUB_ACCESS', pub) or is_granted('ROLE_ADMIN') or is_granted('ROLE_MANAGER') %} {% if financial.dateReceivedAt is not null %} {% else %} {% endif %} {% endif %} {% else %} {% endfor %}
Pub Description Date range Comments Received Attachment
{{ financial.pub.name }} {{ financial.descriptor }} {{ financial.year }} {{financial.comments2}} {{ financial.dateReceivedAt.format('d-M-Y') }} -
no records found
{% endblock %} {% block datatable %} {% endblock datatable %}