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

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

{{ ballot.ballot_type.question }}
{% 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 %} {% buttons %} {% if doc.type_id == "draft" or doc.type_id == "conflrev" %} {% if doc.stream.slug != "irtf" %} {% if ballot_deferred %} {% else %} {% endif %} {% endif %} {% endif %} {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}