{% if item.file and not item.content %}
{% include 'bazar/note/_attachment_download.html' with sendfile_enabled=ATTACHMENTS_WITH_SENDFILE entity_instance=item.entity note_instance=item title=item.title only %}
{% else %}
{{ item.title }}
{% endif %}
{% endfor %}
{% include 'bazar/pagination.html' %}
{% endblock %}