{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Polls" %}{% endblock %} {% block bodyclass %}menu-poll{% endblock %} {% block content %} {% blocktrans %}Poll{% endblocktrans %} {{search_form}} Search {% blocktrans %}Add poll{% endblocktrans %} {% if poll_list.exists %} {% include 'wagtailpolls/poll_list.html' %} {% else %}