{% load i18n %}
{% blocktrans with questionnaire_type=questionnaire_type %} This {{ questionnaire_type }} is currently waiting for review before it can be published. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} As a reviewer you can edit the {{ questionnaire_type }}. If the {{ questionnaire_type }} is not complete you have to "reject" it and the compiler / editor(s) have to revise it. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} View this {{ questionnaire_type }}. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} As a reviewer you can approve the {{ questionnaire_type }} once the data is complete. The publisher will be notified. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} As a reviewer you can reject the {{ questionnaire_type }} if the data is not complete and the compiler / editor(s) will be notified that they have to revise it. {% endblocktrans %}