{% extends 'affiliate.html.twig' %} {% block dashboard %}

{{ 'Promotion Materials'|trans }}

{% for textitem in textPromotion %} {% endfor %}
{{ 'ID'|trans }} {{ 'Text'|trans }} {{ 'Action'|trans }}
{{ textitem.id }} {{ textitem.name }} {{ 'View HTML Code'|trans }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}