{% if article.author_avatar %}
{% endif %} Publicado em {{ article.locale_date }} {% if article.modified %}
Modificado em {{ article.locale_modified }} {% endif %} {% if article.authors %}
Por {% for author in article.authors %} {{ author }} {% endfor %}
{% endif %}

Na seção {{ article.category }}. {% if PDF_PROCESSOR %}get the pdf{% endif %}

{% include 'taglist.html' %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}