{% extends 'program_base.html' %} {% load leaflet_tags %} {% block extra_head %} {% leaflet_js %} {% leaflet_css %} {% endblock extra_head %} {% block title %} Facilities of type {{ facilitytype }} | {{ block.super }} {% endblock %} {% block content %}
{{ facility.description }}
{% if request.user.is_authenticated %} {% else %}{% leaflet_map "facility_list" %}
Back to facility type list