{% extends "base.html" %} {% block title %}{% if heading %}{{ heading }}{% else %}{{ confirm_label }}{% endif %} — {{ club.name }}{% endblock %} {% block content %}
{% if confirm_prompt %} {# GET: confirmation step. The change is applied only when this form is POSTed, so email #} {# link scanners/prefetchers that follow the GET link can't change a member's status. #}

{{ confirm_label }}

{{ confirm_prompt }}

{% csrf_token %} Cancel
{% else %}

{{ heading }}

{{ body }}

{{ club.name }} {% endif %}
{% endblock %}