{% extends 'base.html' %} {% load i18n %} {% load wagtailcore_tags %} {% block content %}
{{ self.intro }}
{% else %}{% trans 'You have already completed this survey.' %}
{% endif %} {% else %}{% trans 'Please log in to take this survey.' %}
{% endif %} {% endblock %}