{% extends "_raw.html" %} {% load i18n %} {% block raw_content %}

{{ page_translation.title }}

{% if is_mirrored and mirrored_page_first %}
{{ page_translation.mirrored_translation_text|safe }}
{% endif %}
{{ page_translation.content|safe }}
{% if is_mirrored and not mirrored_page_first %}
{{ page_translation.mirrored_translation_text|safe }}
{% endif %}
{% endblock %}