{% extends "wagtailadmin/pages/listing/_page_title_explore.html" %} {% block pages_listing_title_extra %} {% if page.day_of_week >= 0 and page.day_of_week <= 6 %} ({{ page.get_day_of_week_display }} {{ page.start_time }} - {{ page.end_time }}) {% endif %} {% if page.formatted_address %}
{{ page.formatted_address }} {% endif %} {% endblock pages_listing_title_extra %}