{% load url from future %} {% load translations %} {% load i18n %} {% load crispy_forms_tags %}
{% for unit in units %} {% endfor %}
{% trans "Language" %} {% trans "Status" %} {% trans "Checks" %} {% trans "Edit" %}
{{ unit.translation.language }} {{ unit.get_state_flags }} {% show_checks unit.checks user %} {% trans "Edit" %}
{% if perms.edit_priority %} {% endif %} {% with units.0 as unit %} {% include "unit-details.html" %} {% with unit.get_source_comments as comments %} {% if comments %} {% endif %} {% endwith %} {% endwith %}
{% csrf_token %} {{ priority_form|crispy }}
{% trans "User comments" %}
{% include "list-comments.html" %}