{% load i18n %} {% load questionnaire_tags %}
{% blocktrans with questionnaire_type=questionnaire_type %} The {{ questionnaire_type }} data entry form is saved as a draft. The compiler is responsible for this data entry and can invite editors (WOCAT users) to help create it. Once the data entry is complete the compiler can submit it for review. {% endblocktrans %}
{% blocktrans with questionnaire_type=questionnaire_type %} All edits have been made, the data entry is complete, and the {{ questionnaire_type }} is ready to be submitted. After submission a reviewer is selected. {% endblocktrans %}
{% if review_config.blocked_by %}{{ review_config.blocked_by }}
{% endif %}{% trans "Inform the compiler that you have finished editing the questionnaire." %}
{% if review_config.is_blocked %} {{ review_config.blocked_by }} {% else %} {% trans 'Start editing the questionnaire.' %} {% endif %}
{% blocktrans with questionnaire_type=questionnaire_type %} View this {{ questionnaire_type }}. {% endblocktrans %}