{% extends 'base.jinja.html' %} {% block page_title %} {{ l.fleet_page_title }} {% endblock %} {% block add_js %} {% endblock %} {% block page %}

{{ l.fleet_page_title }}

{{ l.fleet_screen_panel_active }}

{% with tclass='active', screens=enabled_screens %} {% include 'fleet/component/table.jinja.html' %} {% endwith %}

{{ l.fleet_screen_panel_inactive }}

{% with tclass='inactive', screens=disabled_screens %} {% include 'fleet/component/table.jinja.html' %} {% endwith %}
{% endblock %}