{% load i18n %} {% spaceless %}

{% trans "Congratulations, the SLM practice" context "Congratulations, the SLM practice [questionnaire] compiled by [user] has been published in the Global SLM Database by [user] and can now be viewed by all WOCAT members in the Network and visitors of the database. Thank you for sharing the SLM practice." %} {{ questionnaire_name }} {% if compiler %} {% trans "compiled by" context "Congratulations, the SLM practice [questionnaire] compiled by [user] has been published in the Global SLM Database by [user] and can now be viewed by all WOCAT members in the Network and visitors of the database. Thank you for sharing the SLM practice." %} {{ compiler }} {% endif %} {% trans "has been published in the Global SLM Database by" context "Congratulations, the SLM practice [questionnaire] compiled by [user] has been published in the Global SLM Database by [user] and can now be viewed by all WOCAT members in the Network and visitors of the database. Thank you for sharing the SLM practice." %} {{ catalyst }} {% trans "and can now be viewed by all WOCAT members in the Network and visitors of the database. Thank you for sharing the SLM practice." context "Congratulations, the SLM practice [questionnaire] compiled by [user] has been published in the Global SLM Database by [user] and can now be viewed by all WOCAT members in the Network and visitors of the database. Thank you for sharing the SLM practice." %}

{% trans "You can find your SLM practice published under the following link:" %} {{ base_url|add:questionnaire.get_absolute_url }}

{% if message %}

{{ catalyst }} {% trans "left you a message related to the publication of this SLM practice:" context "[user] left you a message related to the publication of this SLM practice: [message]" %} {{ message }}

{% endif %} {% endspaceless %}