{% extends "base.html" %} {% load relay_tags %} {% block submenu %} {% endblock submenu %} {% block content %}

{% if object.prev %} < {{ object.prev.simple_name }} {% endif %} {{ object.simple_name }} {% if object.next %} {{ object.next.simple_name }} > {% endif %}

{% if object.smooth_translation %} {% else %} {% endif %} {% if object.translation_of_received %} {% else %} {% endif %} {% if object.il_xhtml %} {% else %} {% if object.interlinear %} {% else %} {% endif %} {% endif %} {% if object.mini_dictionary %} {% else %} {% endif %} {% if object.mini_grammar %} {% else %} {% endif %} {% for file in object.files.all %} {% endfor %}
Translated by: {{ object.participant }}
Torch:
{{ object.torch|wordwrap:"80" }}
Smooth translation:
{{ object.smooth_translation|wordwrap:"80" }}
Missing
Translation of previous torch
{{ object.translation_of_received|wordwrap:"80" }}
Missing
Interlinear{{ object.il_xhtml|safe|wordwrap:"90" }}
{{ object.interlinear|wordwrap:"90" }}
Missing
Glossary/mini dictionary
{{ object.mini_dictionary|wordwrap:"80" }}
Missing
Grammar notes
{{ object.mini_grammar|wordwrap:"80" }}
Missing
{{ file.category_name }} {{ file|show_torchfile }}
{% endblock content %}