{% extends "fleetfinder/base.html" %} {% load aa_i18n %} {% load i18n %} {% block aa_fleetfinder_body %}
{% translate "Fleets available to you" %}
{% translate "Fleet commander" %} {% translate "Fleet name" %} {% translate "Created at" %}
{% endblock %} {% block extra_css %} {% include "fleetfinder/bundles/css/datatables-2-css.html" with extColumnControl=True %} {% include "fleetfinder/bundles/css/fleetfinder-css.html" %} {% endblock %} {% block extra_javascript %} {% include "fleetfinder/bundles/js/datatables-2-js.html" with extColumnControl=True %} {% include "bundles/moment-js.html" with locale=True %} {% include "fleetfinder/bundles/js/fleetfinder-js.html" with view="dashboard" %} {% endblock %}