{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Clear ballot for {{ doc }}{% endblock %} {% block content %} {% origin %}

Clear ballot
{{ doc }}

{% csrf_token %}

Clear the ballot for {{ doc }}?
This will clear all ballot positions and discuss entries.

Back
{% endblock %}