{% load translations %} {% load i18n %} {% load crispy_forms_tags %}
{% for unit in units %} {% endfor %}
{% trans "Language" %} {% trans "Status" %} {% trans "Checks" %} {% trans "Edit" %}
{{ unit.translation.language }} {% get_state_flags unit %} {% show_checks unit.checks user %} {% trans "Edit" %}
{% if perms.edit_check_flags %} {% endif %} {% 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 %} {{ check_flags_form|crispy }}
{% csrf_token %} {{ priority_form|crispy }}
{% trans "User comments" %}
{% with next as next_url %} {% include "list-comments.html" %} {% endwith %}