{% set DISABLE_HEADER=true %} {% extends 'base.html' %} {% block title %}{{ _("Attachments of %(name)s", name=partition.name) }}{% endblock %} {% block dialogs %}

{{ _("Add an attachment to %(name)s", name=partition.name) }}



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

{{ _("No pdf viewer available in this browser. You can use Firefox on 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 %}