{% extends 'base_admin.html' %} {% load static %} {% load i18n %} {% block content %} {% include '_components/messages_alert.html' %} {% if not new_resource %} {% include '_components/sub_menu.html' with type='resource' resource=resource %} {% endif %}