{% extends 'base.html' %} {% load wagtailcore_tags %} {% wagtail_site as current_site %} {% block content %} {% if self.your_words_competition and not self.personalisableform %} {% include "forms/form_modules/_yourwords.html" %} {% elif self.display_form_directly and not self.personalisableform %} {% include "forms/form_modules/_polls.html" %} {% else %} {% include "forms/form_modules/_surveys.html" %} {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %}