{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %} {% block body_class %}template-pollspage{% endblock %} {% block content %}

{{ page.title }}

{{ page.pub_date }}

{% with authors=page.authors.all %} {% if authors %} 投稿者: {% endif %} {% endwith %}
{% csrf_token %}
{% if error_message %}

{{ error_message }}

{% endif %} {% for choice in page.choices.all %}
{% endfor %}

Return to polls

{% endblock %}