{{ numero.name }}
Le {{ numero.articles.0.date.strftime('%d %B %Y') }}
-
{% for article in numero.articles %}
- {{ article.title_f }} {% endfor %}
{% extends "base.html" %} {% block extra_head %} {% endblock extra_head %} {% block content %}
Le {{ numero.articles.0.date.strftime('%d %B %Y') }}