{% extends base_template %} {% load i18n %} {% load my_filters %} {% block coachreports_active %}active{% endblock coachreports_active %} {% block title %}{% trans "Coach Reports" %}{{ block.super }}{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %}{{ block.super }} {% endblock headjs %} {# sub-pages must embed the navbar within the content, to have it appear. #} {% block navbar %} {% endblock navbar %}