{% extends 'backoffice/base.html' %} {% load i18n %} {% block content %}
WorkAdventure Admin Actions
{% csrf_token %}
{% if results %} {% for caption, details in results.items %}
{{ caption }}
{{ details|json_indent }}
{% endfor %} {% endif %} {% endblock %}