{% extends "containment.html" %} {% load url from future %} {% block title %} Services {% endblock %} {% block content %}

Back to Service List

{% include "services_detail_widget.html" %} {% include "services_config_widget.html" with config_list=service.config_list %} {% endblock %}