{% extends "base.html" %} {% block titre %}Liste des partitions{% endblock %} {% block content %}

Liste des partitions

{% if suppression %}

{{ suppression }}

{% endif %} {% if user.is_authenticated %}

Ajouter un morceau

{% endif %}

Partitions actives

{% for part in active_partitions %} {% endfor %}

Partitions à venir

{% for part in incoming_partitions %} {% endfor %}

Archives

{% for part in old_partitions %} {% endfor %} {% endblock %}