{% if articles.0.hit %}
Read {{ articles.0.hit }} times
{% if articles.0.created %} ; {% endif %}
{% endif %}
{% if articles.0.created %}
Created on {{ articles.0.created|date:"d M Y" }}
{% if articles.0.modified %} ; {% endif %}
{% endif %}
{% if articles.0.modified %}
Modified on {{ articles.0.modified|date:"d M Y" }}
{% endif %}
{% for key, value in translations.items %}
{% if key == articles.0.title %}
;
Translation{{ value|length|pluralize }}:
{% for language, slug in value %}
{{ language }}
{% if not forloop.last%}, {% endif %}
{% endfor %}
{% endif %}
{% comment %}
{% endcomment %}
{% endfor %}