Today
{% include "wagtail_extensions/partials/opening_time.html" with time=today %}
{% endif %}
{% for group in times %}
{% if group|length == 1 %}
{% with first=group|first %}
{% include "wagtail_extensions/partials/opening_time_label.html" with time=first %}
{% include "wagtail_extensions/partials/opening_time.html" with time=first %}
{% include "wagtail_extensions/partials/opening_time_label.html" with time=first %}
-
{% include "wagtail_extensions/partials/opening_time_label.html" with time=last %}
{% include "wagtail_extensions/partials/opening_time.html" with time=first %}