{% extends "base.html.j2" %} {% block content %}

Managing poll {{ poll.title }} by {{ poll.author_name }}

{{ poll.pub_date_formatted_notz() }}.

Share this URL with your peers:
{{ poll.share_url() }}

Note! You can only edit this poll if you have this URL or use the same browser session:
{{ poll.manage_url() }}

{% include "poll_info_table.html.j2" %}

Options

{% for choice in poll.choices %} {% endfor %}
Start time End time

Danger zone

{% endblock %}