{% extends "admin_extra_buttons/action_page.html" %} {% block breadcrumbs-active %}› {{ title }}{% endblock %} {% block content_title %}

{{ title }}{% if language_code %} ({{ language_code }}){% endif %}

{% endblock %} {% block action-content %}
{% csrf_token %} {% if form %} {{ form.errors }} {{ form }}
{% else %}
{% for k, v in collected.items %} {% endfor %}
Message Current value
{{ k }} {{ v }}
{% endif %}
{% endblock action-content %}