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

{% trans "Registration" %}

{% if account_verification_active %}

{% blocktrans %}Your registration was successful. We send you a e-mail including a link.
Please click the link to activate your account. Thank you!

The link is valid for {{ expiration_days }} days.{% endblocktrans %}

{% else %}

{% blocktrans %}Your registration was successful.{% endblocktrans %}

{% endif %} {% endblock %}