{% extends "mobetta/file_detail.html" %} {% load i18n icu_message_tags %} {% block filters %} {# Currently not implemented #} {% endblock %} {% block formset %} {% if show_suggestions %} {% endif %} {# Currently not implemented #} {# #} {% for form in formset %} {% if show_suggestions %} {% endif %} {# Currently not implemented #} {% comment %} {% endcomment %} {{ form.old_translation }} {% endfor %}
{% trans "Original" %} {% trans "Translation" %} {% trans "Last edited" %}{% trans "Suggestion" %}{% trans "Comments" %}
{{ form.msgid }} {{ form.md5hash }} {{ form.msgid.value|highlight_tokens|safe|linebreaksbr }} {{ form.translation }} {{ form.translation.errors }} {{ form.non_field_errors }} {% last_edit file form.md5hash.value %} {% comment_count file form.md5hash.value %} comments
{% endblock formset %}