{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %}

Tous les numéros

{% for numero in page.get_children %} {% image numero.specific.image fill-180x280 %}
N°{{ numero.journal_numero }}
{{ numero.title }}
{% endfor %}
{% endblock %}