{% if stapel_services_multi %}
All Services
{% for service in stapel_services %}
{{ service.name }}
Admin
{% if service.swagger_url %}API{% endif %}
{% endfor %}
{% endif %}
{% for section, links in stapel_nav_sections.items %}
{{ section|capfirst }}
{% for link in links %}
{% endfor %}
{% endfor %}