{% extends "mobetta/base.html" %} {% load static %} {% load i18n %} {% load message_tags %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block pagetitle %} {{ block.super }} - {% trans 'Translations' %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans 'Translations' %}

{{ formset.management_form }} {% csrf_token %} {% if show_suggestions %} {% endif %} {% for form in formset %} {% if show_suggestions %} {% endif %} {{ form.old_translation }} {{ form.old_fuzzy }} {% endfor %}
{% trans "Original" %} {% trans "Context" %} {% trans "Translation" %} {% trans "Fuzzy" %} {% trans "Occurrences" %} {% trans "Last edited" %}{% trans "Suggestion" %}{% trans "Comments" %}
{{ form.msgid }} {{ form.md5hash }} {{ form.msgid.value|highlight_tokens|safe|linebreaksbr }} {{ form.context.value|escape }} {{ form.translation }} {{ form.translation.errors }} {{ form.non_field_errors }} {{ form.fuzzy }} {{ form.fuzzy.errors }} {{ form.occurrences.value|safe }} {% last_edit file form.md5hash.value %} {% comment_count file form.md5hash.value %} comments
{% include 'mobetta/pagination.html' %}
{% endblock content %}