{% extends 'allianceauth/base-bs5.html' %} {% load i18n %} {% load navactive %} {% block page_title %}{{ page_title|striptags }} - {{ app_title }}{% endblock %} {% block header_nav_brand %}{{ app_title }}{% endblock %} {% block header_nav_collapse_left %} {% endblock header_nav_collapse_left %} {% block content %} {% include "framework/header/page-header.html" with title=page_title %} {% block details %}{% endblock %} {% endblock %} {% block header_nav_user_character_control %} {% comment %} This block is left empty intentionally to disable defaults. {% endcomment %} {% endblock %}