{% extends 'private/base/base.html.twig' %} {% block stylesheets_addition %} {% endblock %} {% block body %}
{% block topBar %} {% embed 'components/topBar.html.twig' %}{% endembed %} {% endblock %} {% block menu %} {% embed 'components/menu.html.twig' %}{% endembed %} {% endblock %}
{% embed 'components/pageTitle.html.twig' %}{% endembed %}
{% for statement in statements %} {% if statement.accountingPeriod is not null %} {% else %} {% endif %} {# #} {# #} {{ statement.poste }} {{ statement.remark }}{% if statement.remark is null or statement.remark is empty %} {% endif %} {% endfor %}
AP Cdts Observer Name Amount Type Category Communication Remark
{{ statement.accountingPeriod.id }}0{{ statement.getCdts|date("d-m") }}{{ statement.obverseAccount }}{{ statement.obverseName }} {{ statement.amount }}{{ statement.currency }}{{ statement.type }} {% if statement.communications|length > 25 %}{{ statement.communications|slice(0, 25) ~ '...' }}{% else %}{{ statement.communications }}{% endif %}
{% embed 'components/footer.html.twig' %}{% endembed %}
{% embed 'components/sideBar.html.twig' %}{% endembed %} {% embed 'components/modals/bankModal.html.twig' %}{% endembed %} {% block javascripts_addition %} {% endblock %} {% endblock %}