{% extends "base.html" %} {# Copyright The IETF Trust 2022, All Rights Reserved #} {% load origin %} {% load static %} {% load django_bootstrap5 %} {% block title %}Issue ballot for {{ doc }}?{% endblock %} {% block content %} {% origin %}
{{ question }}
{% endblock %}