{% load i18n %} {% spaceless %}

{% trans "The SLM practice" context "The SLM practice [questionnaire] compiled by [user] has been approved by the reviewer of the SLM practice [user] and needs a final review before it can be published." %} {{ questionnaire_name }} {% if compiler %} {% trans "compiled by" context "The SLM practice [questionnaire] compiled by [user] has been approved by the reviewer of the SLM practice [user] and needs a final review before it can be published." %} {{ compiler }} {% endif %} {% trans "has been approved by the reviewer of the SLM practice" context "The SLM practice [questionnaire] compiled by [user] has been approved by the reviewer of the SLM practice [user] and needs a final review before it can be published." %} {{ catalyst }} {% trans "and needs a final review before it can be published." context "The SLM practice [questionnaire] compiled by [user] has been approved by the reviewer of the SLM practice [user] and needs a final review before it can be published." %}

{% trans "If you are a publisher, please review the SLM practice as soon as possible and send your written feedback to the compiler, editors, and reviewers of the SLM practice. If the quality of the SLM practice is good, please publish the SLM practice." %}

{% if message %}

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

{% endif %} {% endspaceless %}