{% include "modules/common/components/info-block.twig" with { text_translation_string : 'payments.productsPrices.infoBlock.text.mainDescription', header_translation_string : 'payments.productsPrices.infoBlock.header' } %}
{% set products_types = ['non_rejected','rejected'] %} {# Datatables #} {% for index, product_type in products_types %}
{% include 'modules/my-payments/components/products.table.html.twig' with {type:product_type} %}
{% endfor %}
{# Form #}

{{ 'payments.productsPrices.headers.addProduct' | trans }}

{{ form_start(products_form_view,{'attr':{' data-entity':"MyPaymentsProduct"}}) }} {{ form_end(products_form_view) }}