{% load i18n %}
{% blocktrans with questionnaire_type=questionnaire_type %} This {{ questionnaire_type }} is currently waiting to be published. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} As a publisher 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 publisher you can publish the {{ questionnaire_type }} once the data is complete. The {{ questionnaire_type }} will be available to public users. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} As a publisher 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 %}