{% load i18n util %}
{% block header %}{% endblock %}


{% block content %}{% endblock %}
{% if obj.note %}

{% translate "Note" %}



 {{ obj.note }}


{% endif %}


{% if obj.files.all %}

📎 {% translate 'Attachments' %}

{% for file in obj.files.all %} {% if file|get_url %} ⇩ {{ file }}

{% else %} ⇩ {% translate "Error: the file is missing." %} {% endif %} {% endfor %}
{% endif %}