{% load i18n locale cache %} {% load common_tags profile_tags %} {% get_current_language as LANGUAGE_CODE %}
{{ th.display_name }} | {% endfor %}||||||||
---|---|---|---|---|---|---|---|---|
{% if item.href %}{% endif %} {{ item.title }} {% if item.href %}{% endif %} | {% endif %} {% if 'priority' in table.fields %}{{ item.priority }} | {% endif %} {% if 'progress' in table.fields %}
{% if item.stats.total %}
{% 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 %}
|
{% endif %}
{% if 'activity' in table.fields %}
{% if item.stats.last_submission.displayname %} {% avatar item.stats.last_submission.username item.stats.last_submission.email 20 %} {% if item.stats.last_submission.mtime %} {% endif %} _XXX_LAST_SUBMISSION_{{ item.code }}_LAST_SUBMISSION_XXX_ {% endif %} | {% endif %} {% if 'critical' in table.fields %}{% if can_translate and item.stats.critical %} {{ item.stats.critical_display }} {% else %} {{ item.stats.critical_display }} {% endif %} | {% endif %} {% if 'suggestions' in table.fields %}{% if can_translate and item.stats.suggestions %} {{ item.stats.suggestions_display }} {% else %} {{ item.stats.suggestions_display }} {% endif %} | {% endif %} {% if 'need-translation' in table.fields %}{% if can_translate and item.stats.incomplete %} {{ item.stats.incomplete_display }} {% else %} {{ item.stats.incomplete_display }} {% endif %} | {% endif %} {% if 'total' in table.fields %}{% if can_translate %} {{ item.stats.total_display }} {% else %} {{ item.stats.total_display }} {% endif %} | {% endif %} {% if 'last-updated' in table.fields %}
{{ item.stats.last_created_unit.creation_time }}
{% if item.stats.last_created_unit.creation_time %}
_XXX_LAST_CREATED_{{ item.code }}_LAST_CREATED_XXX_
{% endif %}
|
{% endif %}