{% load i18n %} {% spaceless %}
{% trans "The SLM practice" context "The SLM practice [questionnaire] compiled by [user] has been rejected by [user] and needs revision." %} {{ questionnaire_name }} {% if compiler %} {% trans "compiled by" context "The SLM practice [questionnaire] compiled by [user] has been rejected by [user] and needs revision." %} {{ compiler }} {% endif %} {% trans "has been rejected by" context "The SLM practice [questionnaire] compiled by [user] has been rejected by [user] and needs revision." %} {{ catalyst }} {% trans "and needs revision." context "The SLM practice [questionnaire] compiled by [user] has been rejected by [user] and needs revision." %}
{% trans "Please revise the SLM practice according to the written feedback from the reviewer and resubmit the SLM practice to the Global SLM Database." %}
{% block additional %}{% endblock %} {% if message %}{{ catalyst }} {% trans "left you a message related to the rejection of this SLM practice:" context "[user] left you a message related to the rejection of this SLM practice: [message]" %} {{ message }}
{% endif %} {% endspaceless %}