{% extends "base.html" %}{% load itrans static %} {% block head %} {{ block.super }} {% endblock head %} {% block cache %}{% endblock %} {% block body %} {% csrf_token %}
{% with msg="Registration successful" %} {% translate msg %} {% endwith %}
{{ record.unicef_id }}
{% if record.registration.advanced.qrcode %}
Red dot
{% with msg="Please save your registration ID or take a screenshot of this QR code." %}
{% translate msg %}
{% endwith %} {% else %} {% with msg="Please save your registration ID." %}
{% translate msg %}
{% endwith %} {% endif %} {% with msg="This info will allow faster follow up in case of support request." %}
{% translate msg %}
{% endwith %} {% if config.SHOW_REGISTER_ANOTHER %}
{% translate "register another household" %}
{% endif %}
{% endblock body %} {% block footer %} {{ block.footer }} {% endblock footer %}