{% extends 'servicedirectory/content_base.html' %} {% load static %} {% block extra_css %} {% endblock %} {% block inner_content %} {% if message %}
{{ message }}
{% endif %}

{{ organisation.name }}

Services

{% if organisation.telephone or organisation.email or organisation.web %}

Contact

{% if organisation.telephone %} {{ organisation.telephone }}
{% endif %} {% if organisation.emergency_telephone %} {{ organisation.emergency_telephone }}
{% endif %} {% if organisation.email %} {{ organisation.email }}
{% endif %} {% if organisation.web %} {{ organisation.web }} {% endif %}
{% endif %} {% if organisation.address %}

Address

{% endif %} {% if organisation.availability_hours %}

Trading Hours

{% endif %} {% if organisation.age_range_min and organisation.age_range_max %} {% endif %} Report incorrect info Send Service to Someone Send This Service to Yourself
{% csrf_token %}
{% endblock %}