{% load wagtailcore_tags %} {% wagtail_site as current_site %}
{% trans 'You have already completed this' %} {{surveytype}}.
{% if request.path == "/" %} {% trans "Show Results" as buttontext %} {% pageurl survey as link %} {% include "patterns/basics/buttons/sp_variations/button.html" with type="primary" hyperlink=link|add:"success/" text=buttontext %} {% else %} {% trans "Back home" as back %} {% include "patterns/basics/buttons/sp_variations/text-dir-arrow_back-button.html" with hyperlink=current_site.root_page.specific.url page_name=back direction="left" %} {% endif %}