{% extends "base.html" %} {% load wagtailimages_tags navigation_tags %} {% block content %} {% include "base/include/header-hero.html" %}
{% if page.introduction %}

{{ page.introduction }}

{% endif %}
{{ page.body }}

Operating Status

{% if page.is_open %} This location is currently open. {% else %} Sorry, this location is currently closed. {% endif %}

Address

{{ page.address|linebreaks }}
{% if page.operating_hours %}

Opening hours

{% for hours in page.operating_hours %} {% endfor %} {% endif %}
{{ page.body }}
{% endblock content %}