{{ article.title }}
{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}{{ title }}
{% for name, photo, thumb, exif, caption in gallery %}{{ title }}
{% endif %} {% if article.series %}
This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:
-
{% for part_article in article.series.all %}
- {{ part_article.title }} {% endfor %}