{% load i18n locale cache %} {% load common_tags profile_tags %} {% get_current_language as LANGUAGE_CODE %} {% for th in table.headings %} {% endfor %} {% for item in table.rows %} {% if 'name' in table.fields %} {% endif %} {% if 'priority' in table.fields %} {% endif %} {% if 'progress' in table.fields %} {% endif %} {% if 'activity' in table.fields %} {% endif %} {% if 'critical' in table.fields %} {% endif %} {% if 'suggestions' in table.fields %} {% endif %} {% if 'need-translation' in table.fields %} {% endif %} {% if 'total' in table.fields %} {% endif %} {% if 'last-updated' in table.fields %} {% endif %} {% endfor %}
{{ th.display_name }}
{% if item.href %}{% endif %} {{ item.title }} {% if item.href %}{% endif %} {{ item.priority }} {% if item.stats.total and item.stats.untranslated != "---" %}
{% widthratio item.stats.translated item.stats.total 1000 %}
{% cache 10000 progress_bar item.stats.total item.stats.fuzzy item.stats.translated LANGUAGE_CODE %} {% progress_bar item.stats.total item.stats.fuzzy item.stats.translated %} {% endcache %}
{% endif %}
{% if item.stats.last_submission.displayname %} {% avatar item.stats.last_submission.username item.stats.last_submission.email 20 %} {% endif %} {% if item.stats.last_submission.mtime %} _XXX_LAST_SUBMISSION_{{ item.code }}_LAST_SUBMISSION_XXX_ {% endif %} {% if can_translate and item.stats.critical %} {{ item.stats.critical_display }} {% else %} {{ item.stats.critical_display }} {% endif %} {% if can_translate and item.stats.suggestions %} {{ item.stats.suggestions_display }} {% else %} {{ item.stats.suggestions_display }} {% endif %} {% if can_translate and item.stats.incomplete %} {{ item.stats.incomplete_display }} {% else %} {{ item.stats.incomplete_display }} {% endif %} {% if can_translate and item.stats.untranslated != "---" %} {{ item.stats.total_display }} {% else %} {{ item.stats.total_display }} {% endif %}
{{ item.stats.last_created_unit.creation_time }}
{% if item.stats.last_created_unit.creation_time %} _XXX_LAST_CREATED_{{ item.code }}_LAST_CREATED_XXX_ {% endif %}