{% extends "base.html" %} {% block content %}
{% for keyword in service.keywords %} {{ keyword.name }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% if service.organisation.telephone %}
{{ service.organisation.telephone }}
{% endif %}
{% if service.organisation.email %}
{{ service.organisation.email }}
{% endif %}
{% if service.organisation.web %}
{{ service.organisation.web }}
{% endif %}
{{ service.availability_hours }}
{{ service.organisation.address }}
{% endblock %}