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

Hyperglance

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