{% extends "base.html" %} {% block extra_head %} {% endblock extra_head %} {% block content %} {% for slug, keyword in keywords.items() %} {% if loop.index < 20 %} #{{ keyword.name }}({{ keyword.articles|length }}){%- if not loop.last -%}, {% endif %} {% endif %} {% endfor %}…
Voir plus de mot-clés : {% for slug, keyword in keywords.items() %} {% if loop.index >= 20 %} #{{ keyword.name }}({{ keyword.articles|length }}){%- if not loop.last -%}, {% endif %} {% endif %} {% endfor %}
{% for numero in numeros %}

{{ numero.name }}

Le {{ numero.articles.0.date.strftime('%d %B %Y') }}

{% endfor %}
{% endblock content %}