{% load i18n locale %} {% load url from future %} {% for th in table.headings %} {% endfor %} {% if table.parent %} {% endif %} {% for item in table.items %} {% if 'name' in table.fields %} {% endif %} {% if 'priority' in table.fields %} {% endif %} {% if 'progress' in table.fields %} {% endif %} {% if 'total' in table.fields %} {% endif %} {% if 'need-translation' in table.fields %} {% endif %} {% if 'suggestions' in table.fields %} {% endif %} {% if 'critical' in table.fields %} {% endif %} {% if 'last-updated' in table.fields %} {% endif %} {% if 'activity' in table.fields %} {% endif %} {% if 'tags' in table.fields %} {% endif %} {% endfor %}
{{ th.display_name }}
{{ table.parent.title }}
{{ item.title }} {{ item.priority }}
{% include "browser/_progressbar.html" %}
0 0 0 0 {% if user.is_superuser or request.permissions.administrate %} {% endif %}
    {% include "projects/xhr_tags_list.html" with tp_tags=item.tags project=item.project language=item.code %}