{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Registration" %}{% endblock %} {% block content %}

{% trans "Registration" %}

{% if account %}

{% blocktrans %}We activated your account. You are now able to log in. Have fun!{% endblocktrans %}

{% else %}

{% blocktrans %}The submitted activation code is invalid. Activation is not possible.{% endblocktrans %}

{% endif %} {% endblock %}