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

{{ heading }}

{% else %} {% endif %} {% if show_add_service_button %}
Add a new service
{% endif %}
{% endmacro %} {% block per_page_title %} Choose service {% endblock %} {% block maincolumn_content %}

Choose service

{% if can_add_service %}
{% if current_user.has_access_to_live_and_trial_mode_services %}
 
{% endif %} Add a new service {% if current_user.has_access_to_live_and_trial_mode_services %}
{% endif %}
{% endif %} {% endblock %}