{{ 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 %}
{% 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 %}
Le {{ numero.articles.0.date.strftime('%d %B %Y') }}