{% extends "base.html" %} {% load wagtailimages_tags navigation_tags i18n %} {% block head-extra %} {% endblock head-extra %} {% block content %} {% image self.image fill-1920x600 as hero_img %}
{% if page.is_open %} {% trans "This location is currently open" %} {% else %} {% trans "Sorry, this location is currently closed" %} {% endif %}
{{ page.introduction }}