{% extends "base.html" %} {% block content %}

Your account is almost ready!

{% if error %}

{{ error }}

{% elif token-reissued %}

This token has expired and a new one has been issued and sent to the email address used when registering.

{% else %}

Please follow the instructions send to the email used when registering to verify your account!

{% endif %}
{% endblock %}