{# minimal html page for transcription export #} {% if edition.source.languages.exists %}{{ edition.source.languages.all.0.name|title }} {% endif %}Translation of {{ document.title }}

{% if edition.source.languages.exists %}{{ edition.source.languages.all.0.name|title }} {% endif %}Translation of {{ document.title }}

{{ edition.source.formatted_display|safe }}

{# include language code, and rtl/ltr, when possible #}
{% for canvas, html_section in edition.content_html.items %}
{# FIXME: why is this lines instead of a block ? #} {# html_section|safe #} {% for line in html_section %} {{ line|safe }} {% endfor %}
{% endfor %}