{% extends "base.html" %} {% block title %}Change position for {{ ad.plain_name }} on {{ doc }}{% endblock %} {% block morecss %} div.ballot-deferred { margin-top: 8px; margin-bottom: 8px; } form.position-form .position ul { padding: 0; margin: 0; } form.position-form .position li { list-style-type: none; float: left; padding-right: 10px; } form.position-form .last-edited { font-style: italic; } form.position-form .discuss-text { padding-top: 20px } form.position-form #id_discuss, form.position-form #id_comment { width: 700px; height: 250px; } form.position-form .comment-text { margin-top: 20px; } {% endblock %} {% block content %}

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

{% if ballot_deferred %}
Ballot deferred by {{ ballot_deferred.by }} on {{ ballot_deferred.time|date:"Y-m-d" }}.
{% endif %}
{{ form.position }} {% if doc.type_id == "draft" %} {% if ballot_deferred %}{% else %}{% endif %} {% endif %}
{{ form.comment.label_tag }}: {% if old_pos and old_pos.comment_time %}(last edited {{ old_pos.comment_time }}){% endif %}
{{ form.comment }}
Back
{{ form.return_to_url }}
{% endblock %} {% block content_end %} {% endblock %}