{# Rendered whenever there is anything to render — a monolith #}
{# lists itself. The section used to collapse below two entries, #}
{# which made "this deployment has one service" and "the service #}
{# registry was lost again" look exactly alike on screen. #}
All Services
{% for service in stapel_services %}
{{ service.name }}{% if not service.declared %} not in registry{% endif %}
Admin
{% if service.swagger_url %}API{% endif %}
{% endfor %}
{% for section, links in stapel_nav_sections.items %}
{{ section|capfirst }}
{% for link in links %}
{% endfor %}
{% endfor %}