{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
{{ article.title }}
Erstellt:
{% if article.modified %}
Aktualisiert:
{% endif %}
{% if article.authors %}
Von:
{% for author in article.authors %}
{{ author }}
{% endfor %}
{% endif %}
{% if article.category %}
Kategorie:
{% endif %}
{% if article.tags %}
Tags:
{% endif %}