{% for author in article.authors %} {{ author }}{% endfor %}
{% if article.category != 'misc' and article.category != 'pages' %}
{{ article.category }}
{% endif %}
{% if article.tags is defined %}
{% for tag in article.tags %} {{ tag }}{% endfor %}
{% endif %}
Language: {{ article.lang }}
{% if article.translations[0] is defined %}/ Translations:{% for trans in article.translations %} {{ trans.lang }}{% endfor %}{% endif %}