{% extends "base.html" %} {% block body %}
{% if valid %}
Registration successfully verified
HOPE-{{ record.timestamp.year }}{{ record.timestamp.month }}{{ record.timestamp.day }}{{ record.id }}
{% else %}
We have some issues validating your data
HOPE-{{ record.timestamp.year }}{{ record.timestamp.month }}{{ record.timestamp.day }}{{ record.id }}
{% endif %}
{% endblock body %}