• Setup
      {% for section in section_list %}
    • {{ section.title }}
    • {% for link, anchor_text, active in section.link_list %} {{ anchor_text }} {% endfor %} {% if not forloop.last %}
    • {% endif %} {% endfor %} {% if request.zentral_deployment.items_for_display %}
    • Deployment
    • {% for k, v in request.zentral_deployment.items_for_display %}
    • {{ k }}
      {{ v }}
    • {% endfor %} {% endif %}