{% 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 %} {% if perms.freight.use_calculator %} {% endif %} {% if perms.freight.view_contracts %} {% endif %} {% if perms.freight.view_statistics %} {% endif %} {% endblock header_nav_collapse_left %} {% block header_nav_collapse_right %} {% if perms.freight.add_location %} {% endif %} {% if perms.freight.setup_contract_handler %} {% endif %} {% endblock header_nav_collapse_right %} {% block header_nav_user_character_control %} {% comment %} Leave empty to remove user control nav items for this app {% endcomment %} {% endblock %} {% block content %} {% include "framework/header/page-header.html" with title=page_title %} {% block details %}{% endblock %} {% endblock %}