{% extends "base.html" %} {% block content %} {% for numero in numeros|reverse %}

{{ numero.title_f }}

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

{% endfor %} {% endblock content %}