{% extends "backoffice/base.html" %} {% load i18n %} {% block content %}
WorkAdventure Admin Actions

Backend (exneuland)

{% csrf_token %}

{% csrf_token %}

MapService

{% csrf_token %}

{% csrf_token %}
{% if results %} {% for caption, details in results.items %}
{{ caption }}
{% if '_errors' in details %} {% for e in details|get_item:'_errors' %}

{{ e }}

{% endfor %} {% endif %}
{{ details|filter_dict:'_errors'|json_indent }}
{% endfor %} {% endif %} {% endblock content %}