{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Change position for {{ balloter.plain_name }}{% endblock %} {% block content %} {% origin %}

Change position for {{ balloter.plain_name }}
{{ doc }}

{% if ballot.ballot_type.question %}
{{ ballot.ballot_type.question }}
{% endif %} {% if ballot_deferred %}

Ballot deferred by {{ ballot_deferred.by }} on {{ ballot_deferred.time|date:"Y-m-d" }}.

{% endif %}
{% csrf_token %} {% for field in form %} {% if field.name == "discuss" %}
{% endif %} {% bootstrap_field field %} {% if field.name == "discuss" and old_pos and old_pos.discuss_time %}
Last edited {{ old_pos.discuss_time }}
{% elif field.name == "comment" and old_pos and old_pos.comment_time %}
Last edited {{ old_pos.comment_time }}
{% endif %} {% if field.name == "discuss" %}
{% endif %} {% endfor %}
{% if doc.type_id == "draft" or doc.type_id == "conflrev" %} {% if doc.stream.slug != "irtf" %} {% if ballot_deferred %} {% else %} {% endif %} {% endif %} {% endif %} Back
{% endblock %} {% block js %} {% endblock %}