{% extends "htmltemplate.html" %} {% block body %}

Register


Do you already have an account? Log in here!

{% if UserExists %}

Oh no! There already is a user using this account name. Please try something different.

{% endif %}
{% endblock %}