{% load i18n wagtailcore_tags %}
{% for document in documents %} {% include_block document %} {% endfor %} {% if user.is_authenticated %} {% trans 'File upload' %}: {% include 'widgets/dropzone.html' with apiurl=apiurl %} {% endif %}