{% for attachment in page_obj %} {% include 'finances/_hx_subsidyattachment_list_item.html' %} {% empty %}
No orphaned SubsidyAttachments could be found
{% endfor %} {% if page_obj.has_next %}
Loading page {{ page_obj.next_page_number }} out of {{ page_obj.paginator.num_pages }}
{% else %}
All SubsidyAttachments loaded
{% endif %} {{ form_media }}