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

{% block title %}Détails "{{ partition.name }}"{% endblock %}


Responsable de l'ajout {% if user is not none %} {% else %} inconnu {% endif %}
Type d'ajout {% if partition.source == "unknown" or partition.source == "upload" %} {{ partition.source }} {% else %} search {% endif %}
Albums
Fichier
Titre
Auteur
Paroles
{% endblock %}