{% set DISABLE_HEADER=true %} {% extends 'base.html' %} {% block title %}Attachments de {{ partition.name }}{% endblock %} {% block dialogs %}

Ajouter un attachment à {{ partition.name }}



Close
{% endblock %} {% block content %}

Impossible d'afficher le pdf dans ce navigateur. Il est conseillé d'utiliser Firefox sur Android.

{% if partition.attachments | length > 0 %}
{% for attachment in partition.attachments %} {% if attachment.filetype == "mp3" %} {% elif attachment.filetype == "mid" %} {% endif %} {% endfor %}
🎙️ {{ attachment.name }} 🎵 {{ attachment.name }}
{% endif %}
{% if user %}
{% endif %} {% endblock %}