{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "registration" %}{% endblock %} {% block content %} {% if error %}
{% trans "error_processing_request" %}
{% elif success %}
{% trans "resend_token_successful" %}
{% endif %}
{% csrf_token %}

{% trans "resend_token" %}




{% endblock %}