{{ section.text.title }}
{{ section.text.sub_title }}
{% if section.text.date_end %}
{{ section.text.date.strftime("%d %B %Y") }} to {{ section.text.date_end.strftime("%d %B %Y") }}
{% else %}
{% if section.text.date %}
{{ section.text.date.strftime("%d %B %Y") }}
{% endif %}
{% endif %}