{# templates/position/position_edit.html #} {% extends "template_base.html" %} {% block title %}{% if position %}{{ position.position_name }}{% else %}New Position{% endif %}{% endblock %} {% block content %}

{% if position %}Edit {{ position.position_name }}{% else %}New Position{% endif %}

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {% if position %}

Values from Google Civic API (do not edit)

Position ID: {{ position.we_vote_id }}

{% else %} {# #} {#
#} {##} {# #} {#
#} {##} {# #} {#
#} {% endif %}

cancel

{% endblock %}