{% load i18n %} {% load static %}

{% trans "Hello" %} {{ user.firstname }}. {% trans "Welcome to the SLM Technology / Approach data entry form." %}

{% trans "You are about to add data from the Core Questionnaire on SLM Technologies (QT) / Approaches (QA)." %}

{% url 'wocat:help_questionnaire_introduction' as intro_url %} {% blocktrans with start_tour_link="" end_link="" %}If this is the first time you are using the data entry form {{ start_tour_link }}please visit the help tour{{ end_link }} and read about the WOCAT documentation of SLM practices{{ end_link }}.{% endblocktrans %}

{% trans "Please make sure that you have selected the correct language. You can change the language in the top right corner of this page." %}

{% if review_config.data_type == 'approaches' %} {% blocktrans with start_link='' endlink='' %}A PDF version of the paper questionnaire can be {{ start_link }}downloaded here{{ end_link }}.{% endblocktrans %} {% else %} {% blocktrans with start_link='' endlink='' %}A PDF version of the paper questionnaire can be {{ start_link }}downloaded here{{ end_link }}.{% endblocktrans %} {% endif %}

{% comment %} Deactivated list of questionnaires with status draft from current user during unccd testing, as requested by Isabelle. {% endcomment %} {# {% include 'details/section/list_in_progress.html' with questionnaires_in_progress=questionnaires_in_progress %}#}

{% trans "Take a tour" %} {% trans "Start data entry" %}

{% get_current_language as LANGUAGE_CODE %} {% with small_url='assets/img/infographics/review_process_'|add:LANGUAGE_CODE|add:'_small.png' large_url='assets/img/infographics/review_process_'|add:LANGUAGE_CODE|add:'.png' %} {% endwith %}