{% extends "mobetta/file_detail.html" %} {% load i18n icu_message_tags %} {% block filters %} {# Currently not implemented #} {% endblock %} {% block formset %}
{% trans "Original" %} | {% trans "Translation" %} | {% trans "Last edited" %} | {% if show_suggestions %}{% trans "Suggestion" %} | {% endif %} {# Currently not implemented #} {#{% 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 %} | {% if show_suggestions %}{% endif %} {# Currently not implemented #} {% comment %} | {% comment_count file form.md5hash.value %} comments | {% endcomment %}