{% extends "base.html.j2" %} {% block head_meta %} Manage "{{ poll.title }}" - diddle 👉👈 {% endblock %} {% block content %}

Managing {{ 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 diddle 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 %}
{% if poll.is_whole_day %}Start date{% else %}Start time{% endif %} {% if poll.is_whole_day %}End date{% else %}End time{% endif %}

Danger zone

{% endblock %}