{% extends "admin_base.html" %} {% load custom_filters %} {% load static %} {% block content %}

{% if poll_id %}Update Poll{% else %}Create a New Poll{% endif %}

{% csrf_token %}
{% for option in initial_options %}
{% endfor %} {% if not initial_options %}
{% endif %}
{% endblock %}