{% extends "distributed/base_manage.html" %} {% load i18n %} {% load my_filters %} {% block title %}{% trans "Select facility" %} {{ block.super }}{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block content %} {{ path_template }}

{% trans "Please select a facility" %}

{% trans "A facility is a physical location where learners learn." %}

{% endblock content %}