{% extends "withoutnav_template.html" %} {% block per_page_title %} Choose service {% endblock %} {% block maincolumn_content %}

Choose service

{% for org in organisations %}
 
{% endfor %} {% if services_without_organisations %}
 
{% endif %} {% if can_add_service %}
 
{% endif %} {% endblock %}