{% extends "base.html" %} {% block content %} {% include 'promgen/breadcrumb.html' with shard=shard only %} {% for service in shard.service_set.all %}

{{ service.name }}

{% include "promgen/service_block.html" %} {% endfor %} {% endblock %}