{% extends "base.html" %} {% block title %} New troggle account registered {% endblock %} {% block header %}
Hello, {{ account }}! Your account is now activated. Now you can log in with the password you chose. Use the links in the upper right to control this in the future.
If you have been on the expedition in the past, you already have a profile in the system; click here to find it and link it to your account. Otherwise, please create yourself a new profile.
{% else %} The activation key you entered has already been used or was invalid. {% endif %} {% endblock %}