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

{% blocktranslate trimmed %} You can upload the highlighted items to the gallery using a JSON formated file from here (also part of te REST API), usinga file downloaded from the Download highlighted entry of the menu, or using the corresponding method get_highlights from the REST API. {% endblocktranslate %}

{% blocktranslate trimmed %} Upload a JSON file with the highlighted items for the gallery. {% endblocktranslate %}

{% csrf_token %}
{{form}}
 
{% if message %}
{{message}}
{% endif %} {% endblock %}