| {{'Title' | trans}} | {{'Category' | trans}} | {{'Views' | trans}} | {{'Last updated' | trans}} | {{'Status' | trans}} | |
|---|---|---|---|---|---|
| {{ article.title }} | {% if article.category.parent %} {% if article.category.parent.parent %} {{ article.category.parent.parent.name }} {% endif %} {{ article.category.parent.name }} {% endif %} {{ article.category.name }} | {{ article.views }} {{ "views"|trans }} | {{ article.updatedAt|display_date }} |
{% if article.featured %}
{{ "Featured"|trans }}
{% endif %} {% if article.hidden %} {{ "Hidden"|trans }} {% else %} {{ "Visible"|trans }} {% endif %} |