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

{{ organisation.name }}

{% for category in organisation.categories %} {{ category.name }}
{% endfor %}
{% if organisation.age_range_min and organisation.age_range_max %}
{{ organisation.age_range_min }}-{{ organisation.age_range_max }} years
{% endif %}

What we do

{{ organisation.about }}


{% 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 %} Send Service to Someone
{% if organisation.availability_hours %}

Trading Hours

{{ organisation.availability_hours }}


{% endif %} {% if organisation.address %}

Address

{{ organisation.address }}


{% endif %}

Want to find this service easily again?

Send This Service to Yourself

How helpful was this?

{% csrf_token %}

Report incorrect info {% endblock %}