{% load i18n %} {% for this in reg_extras %} {% if this.type == "vaccine_lookup" %}
{% trans "DancerVax Status" %}: {{ this.response.vaxStatus }}
{% endif %} {% endfor %}