{{ article.locale_date }}
{% if article.author and DISPLAY_AUTHOR_ON_POSTINFO %}
| by {{ article.author }}
{% endif %}
{% if DISPLAY_CATEGORIES_ON_POSTINFO %}
| in {{ article.category }}
{% endif %}
{% include 'taglist.html' %}
{% if article.hundreddaystooffload %}
| Day {{ article.hundreddaystooffload }} of #100DaysToOffload
{% endif %}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}