Texts
-
{% for title, texts in texts|group_texts %}
-
{{title.metadata['title'][lang]}}
-
{% for text in texts|order_text_edition_translation %}
- {{text.lang|i18n_iso}} {{text.metadata['description'][lang] }} {% endfor %}
{% endfor %}