{% extends extend_template %} {% block content %}
{% if context.title %}

{{context.title}}

{% endif %}
{% csrf_token %}
{% if context.message %}
{{context.message}}
{% endif %}
    {% for item in context.items %}
  • {{item}}
  • {% endfor %}
Cancel
{% endblock %}