{% trans "Ajouter une partition :" %}
{% if sauvegarde %}Partition enregistrée
{% endif %} {% if error %}{{ error }}
{% endif %}{% extends "gestion/base.html" %} {% load i18n %} {% block titre %}{% trans "Ajout de parties" %}{% endblock %} {% block content %}
Partition enregistrée
{% endif %} {% if error %}{{ error }}
{% endif %}