{% load i18n %} {% load static %}

{% trans 'Attachments' %}

{% if not reimbursement.other_attachments.all %}
Page not found. 404.

{% trans "No Files found." %}

{% trans "No files available at the moment." %}

{% endif %} {% for attachment in reimbursement.other_attachments.all %}
{% endfor %}