{% load i18n %} {% spaceless %}
{% trans "The SLM practice" context "The SLM practice [questionnaire] compiled by [user] has been submitted to the Global SLM Database." %} {{ questionnaire_name }} {% if compiler %} {% trans "compiled by" context "The SLM practice [questionnaire] compiled by [user] has been submitted to the Global SLM Database." %} {{ compiler }} {% endif %} {% trans "has been submitted to the Global SLM Database." context "The SLM practice [questionnaire] compiled by [user] has been submitted to the Global SLM Database." %}
{% trans "If you are a reviewer, please review the SLM practice as soon as possible, and send your written feedback to the compiler of the SLM practice. If the quality of the SLM practice is good, please approve it for final review before publishing. If you are a member of the WOCAT Secretariat, please review or add an external reviewer." %}
{% if message %}{{ catalyst }} {% trans "left you a message related to the submission of this SLM practice:" context "[user] left you a message related to the submission of this SLM practice: [message]" %} {{ message }}
{% endif %} {% endspaceless %}