{% extends "base.html" %} {% load static core_tags %} {% load wagtailcore_tags wagtailimages_tags poll_votings %} {% block body_class %}template-{{ self.get_verbose_name|slugify }}{% endblock %} {% block content %} {% has_questions self as questions %} {% if questions %} {% poll_page_in_section page=self %} {% endif %} {% endblock %}