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

{% block title %}{{ _("Modifier \"%(name)s\"", name=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 %} {% set number=partition.attachments | length %} {{ _("Oui, %(number)s", number=number) }} {% else %} {{ _("En rajouter") }} {% endif %}
{% endblock %}