{% comment %}
Fetch the status of the location on the client side
as a Wagtail API usage example and to allow for
caching of the whole page without the status.
{% endcomment %}
Please wait...
Address
{{ page.address|linebreaks }}
{% if page.operating_hours %}
Opening hours
{% for hours in page.operating_hours %}
{% endfor %}
{% endif %}