{% load i18n %} {% if texts %}
{% for items in alignment.alignment_data.0 %} {% for item in items %} {% if item.t %} {{ item.t }} {% endif %} {% if item.p %} {{ item.p }}{% endif %} {%endfor%}
{%endfor%}
{% for items in alignment.alignment_data.1 %} {% for item in items %} {% if item.t %} {{ item.t }} {% endif %} {% if item.p %} {{ item.p }}{% endif %} {%endfor%}
{%endfor%}