{% if photo %}
{% endif %}
{% if user.profile.is_chef %}
{% trans "Ajouter un morceau" %}   {% trans "Télécharger tous les musecores actifs" %}
{% elif user.is_authenticated %}
{% trans "Télécharger tous les musecores actifs" %}
{% endif %}
{% for o in some_list %}
...
{% endfor %}
{% for category in categories %}
{%if not forloop.first %}
{% endfor %}
{% endblock %}
{% if photo.url %}
{% if photo.auteur %}{{photo.auteur}}{%endif%}
{% elif photo.auteur %}
{% else %}
{{photo.auteur}}
{% endif %}

Lucas Gierzack
{% endif %}
{% autotranslate current_language category.name category.nom_en %} :
{% trans "Morceau" %} | {% trans "Compositeur" %} | |
---|---|---|
{{ partition.nom }} | {{ partition.auteur }} | |
{{ partition.nom }} | {{ partition.auteur }} | {% if user.profile.is_chef %}{% trans "Supprimer" %} | {% endif %}
{% trans "Morceau" %} | {% trans "Compositeur" %} |
---|