{% comment %} The base template for all "[role] added" templates where role can also be reviewer, publisher, compiler. Overwrite blocks - role - additional in the child templates. {% endcomment %} {% load i18n %} {% spaceless %}

{% trans "You have been added as" context "You have been added as [role] of [questionnaire] compiled by [user]." %} {% block role %}{% trans "an editor" context "You have been added as an editor of [questionnaire] compiled by [user]." %}{% endblock %} {% trans "of" context "You have been added as [role] of [questionnaire] compiled by [user]." %} {{ questionnaire_name }} {% if compiler %} {% trans "compiled by" context "You have been added as [role] of [questionnaire] compiled by [user]." %} {{ compiler }}. {% endif %}

{% block additional %}

{% trans "As an editor, you can edit the SLM practice in coordination with the compiler of the SLM practice. However, as an editor you cannot submit the SLM practice for review or invite other editors." %}

{% endblock %} {% endspaceless %}