{% extends "admin-base-auth.html" %} {% load i18n %} {% load static %} {% block headincs %} {% endblock %} {% block content %}

{% blocktranslate trimmed %} You can upload multiple photographs to the gallery from here; please notice that after the upload, the files take a little longer in being processed: please be patient. You can also upload photographs to the gallery using the corresponding method from the REST API. {% endblocktranslate %}

{% blocktranslate trimmed %} Upload photographs to the gallery. {% endblocktranslate %}

{% csrf_token %}
{{form}}
 
{% endblock %}