{% extends "allianceauth/base.html" %} {% load i18n %} {% block page_title %}{% translate "Fleet Finder" %}{% endblock %} {% block content %}
{% include "fleetfinder/partials/header/header-navigation.html" %}
{% block aa_fleetfinder_body %}{% endblock %}
{% endblock %}