{% 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 %}