{% extends "control_panel/base_printable.html" %} {% load i18n %} {% load my_filters %} {% load staticfiles %} {% block i18n_do_not_translate %} {% block control_panel_active %}active{% endblock %} {% block user_active %}active{% endblock user_active %} {% endblock i18n_do_not_translate %} {% block title %}{{ facility.name }} - {% trans "Facility Management" %}{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %}{{ block.super }} {% endblock headjs %} {% block buttons %}{{ block.super }}
  • {% endblock buttons %} {% block control_panel_content %} {# Coaches table #} {% include "control_panel/partials/_coaches_table.html" %} {# Groups table #} {% include "control_panel/partials/_groups_table.html" %} {# Students table #} {% include "control_panel/partials/_students_table.html" %} {% endblock control_panel_content %}