{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "The registration process has completed successfully" %}

{% trans "You can now go to the login page to identify yourself" %}

{% trans "Sign in" %}

{% endblock %}