{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Archives" %}{% endblock title %} {% block content %} {% regroup object_list by published_on.year as year_list %} {% for year in year_list %}

{{ year.grouper }}

{{year.list|length }} billets

{% endfor %} {% endblock content %}