{% include "modules/common/components/info-block.twig" with { text_translation_string : 'payments.monthlyPayments.infoBlock.text.mainDescription', header_translation_string : 'payments.monthlyPayments.infoBlock.header' } %} {# DataTable products prices #}
{% for year in years %} {% endfor %}
{% for date_group in dates_groups %}

{{ date_group.date|date("Y-m") }}

{% include 'modules/my-payments/components/payments.table.html.twig' %}
{% endfor %}
{# Form #}

{{ 'payments.monthlyPayments.headers.addPayment' | trans }}

{{ form_start(form,{'attr':{' data-entity':"MyPaymentsMonthly"}}) }} {{ form_end(form) }}