{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}{{ event_type }} cancelled{% endblock %} {% block content %}

The {{ event_type|lower }} has been cancelled.

Return to homepage

{% if tool %}

View the {{ tool }} calendar

{% endif %}
{% endblock %}