{% if page.terms_and_conditions.exists and page.terms_and_conditions.first.terms_and_conditions.live %}
{{page.terms_and_conditions.first.terms_and_conditions.title}}
{% endif %}
{% if user.is_authenticated and user.is_active or request.is_preview or self.allow_anonymous_submissions %}
{% if form %}
{% else %}
{% trans 'You have already completed this survey.' %}