{% 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 }} {% elif row.custom %}
{{ row.column4_data }}
{% else %} {% if row.status %} {{ row.status }} {% if row.status_class %}{% endif %} {% else %} {# For having a bullet char without a link #} {% endif %} {% endif %} {% endfor %}