{% extends 'base.html' %} {% import 'macros.html' as macro with context %} {% block main %}

{{ macro.render_files_grid(files, 'invoices') }}
{% endblock main %}