{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% block page_title %}{{ page_title }} - {% translate "Fit Check" %}{% endblock %} {% block extra_css %} {% block fitcheck_css %}{% endblock %} {# Tom Select multi-select styling, app-wide. Declared AFTER fitcheck_css so it wins over each page's vendor tom-select.bootstrap5.min.css by source order. #} {% endblock %} {% block content %}
{% include "framework/header/page-header.html" with title=page_title %} {% include "fitcheck/partials/menu.html" %} {% block fitcheck_content %}{% endblock %}
{% endblock content %}