{% extends "withoutnav_template.html" %} {% macro service_list(heading, show_heading, organisations=[], services=[]) %} {% if show_heading %}

{{ heading }}

{% endif %} {% endmacro %} {% block per_page_title %} Choose service {% endblock %} {% block maincolumn_content %}

Choose service

{% if can_add_service %}
Add a new service
{% endif %} {% endblock %}