{% extends "base.html" %}
{% block section %}Account Created{% endblock %}
{% block title %}Account Created{% endblock %}
{% block content %}
{% if confirmationFound %}
Your email address has been confirmed and your account is now active. You can go ahead and login.
{% else %}
Confirmation not found.
Key: {{ key }}
{% endif %}
{% endblock %}