{% include "modules/common/components/info-block.twig" with { text_translation_string : 'payments.bills.infoBlock.text.mainDescription', header_translation_string : 'payments.bills.infoBlock.header' } %}
{# Bills items #}
{% for bill in bills %}

{{ bill.name }} - {% if bills_amounts_summaries[bill.id] is defined %} {{ bills_amounts_summaries[bill.id] }} {% else %} 0 {% endif %} / {{ bill.plannedAmount }} ({{ bill.startDate|date("Y-m-d") }} - {{ bill.endDate|date("Y-m-d") }}) {# Actions #}

{% include 'modules/my-payments/components/bills-items-table.html.twig' %}
{% endfor %}
{# Bills #}
{% include 'modules/my-payments/components/bills-table.html.twig' %}
{# Forms #}
{# bills form #} {% include 'modules/my-payments/components/bills-form.html.twig' %} {# bills items form #} {% include 'modules/my-payments/components/bills-items-form.html.twig' %}