|
{{ row.title }}
|
{{ number(row.num_visits) }}
{% if row.visits_ratio %}
{% endif %}
|
{% if row.latest_revision %}
{{ _('Live') }}
{% else %}
{{ _('Review Needed: {comment}')|f(comment=row.revision_comment) }}
{% endif %}
|
{% if row.needs_update %}
{{ row.needs_update_comment or _('Yes') }}
{% endif %}
|
{% if row.ready_for_l10n %}
{{ _('Yes') }}
{% else %}
{{ _('No') }}
{% endif %}
|
{% if row.stale %}
{{ _('Yes') }}
{% endif %}
|
{% if row.expiry_date %}
{{ datetimeformat(row.expiry_date, 'date') }}
{% endif %}
|
{{ _('Show translations') }}
|
{% endfor %}