{% extends 'annotate_document/base.html' %} {% load annotate_extras %} {% block header %} {% if documents_remaining %}

Register

{% else %}

Survey Completed

{% endif %} {% endblock %} {% block content %} {% if documents_remaining %}

Sign up

{% csrf_token %}
{{ form.username.label_tag }}
{{ form.username.help_text }}
{{ form.username }}
{% for error in form.username.errors %}

{{ error }}

{% endfor %} Cellphone Number
{{ form.phone_number.help_text }}
{{ form.phone_number }} Your cellphone number will only be used to pay you for your contributions.
{% for error in form.phone_number.errors %}

{{ error }}

{% endfor %}
{{ form.password1.label_tag }}
{{ form.password1 }}
{{ form.password1.help_text }}
{% for error in form.password1.errors %}

{{ error }}

{% endfor %} {{ form.password2.label_tag }}
{{ form.password2 }} {% for error in form.password2.errors %}

{{ error }}

{% endfor %}
{{ form.consent.label_tag }} {{ form.consent }}
Confirm that you have read the Consent Form and give consent for your participation in this survey. {% for error in form.consent.errors %}

{{ error }}

{% endfor %}
{{ form.consentTerms.label_tag }} {{ form.consentTerms }}
Required. Confirm that you have read and agreed to the Privacy Policy and Terms and Conditions. {% for error in form.consent.errors %}

{{ error }}

{% endfor %}

Language Check

Some of the documents are in isiZulu and some of the names used in the english documents are of Zulu origin. Thus participants need to be able to understand isiZulu. By answering these questions provides a quick view of your readiness to contribute to this project.

Please select the correct translation for the following Zulu texts:
{{ a1.zulu }} {% for q in q1 %}
{% endfor %}

{{ a2.zulu }} {% for q in q2 %}
{% endfor %}

Already have an account? Login

{% else %} Thank you for your interest but unfortunately all the documents have been processed. {% endif %} {% endblock %}