{% extends "admin/base_site.html" %} {% load i18n static unfold %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %} {% if show_back_btn %}
{% component "unfold/components/button.html" with href="javascript:history.back()" variant="default" icon="arrow_back" %} {% trans "Back" %} {% endcomponent %}
{% endif %} {% include "djangocms_alias/includes/usage_results.html" %} {% endblock content %}