{% for row in rows %} {% if loop.first %} {{ _('Article') }} {{ column3_label }} {{ column4_label }} {% endif %} {{ row.title }} {% if row.users %}
{{ _('changed by {users}')|f(users=row.users) }}
{% endif %} {{ number(row.visits) }}
{% if row.updated is defined %} {{ row.updated|timesince }} {% else %} {% if row.status %} {{ row.status }} {% endif %} {% endif %} {% endfor %}