{% extends 'base.html' %} {% block content %}

{% block title %}Modifier "{{ partition.name }}"{% endblock %}


{% if partition.source != "unknown" and partition.source != "upload" %} {% endif %} {% set _ = partition.load_attachments() %}
Fichier
Source {{ partition.source.split("/")[2] }}
Titre
Auteur
Paroles
Pièces jointes {% if partition.attachments %} Oui, {{ partition.attachments | length }} {% else %} En rajouter {% endif %}
{% endblock %}