{% load i18n locale %} {% load common_tags %} {% for th in table.headings %} {% endfor %} {% 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 'last-updated' in table.fields %} {% endif %} {% if 'need-translation' in table.fields %} {% endif %} {% if 'suggestions' in table.fields %} {% endif %} {% if 'critical' in table.fields %} {% endif %} {% if 'activity' in table.fields %} {% endif %} {% endfor %}
{{ th.display_name }}
{% if item.href %}{% endif %} {{ item.title }} {% if item.href %}{% endif %} {{ item.priority }}
{% include "browser/_progressbar.html" %}
0 0 0 0