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

{{ page.title }}

{{ page.intro|richtext }}
{% if pollspages %} {# for post in page.get_children #} {% for post in pollspages %} {% with post=post.specific %} {{ post.title }} {% endwith %} {% endfor %} {% else %}

No polls are available.

{% endif %} {% endblock %}