{% load i18n static bootstrap4 %} {% get_current_language as LANGUAGE_CODE %}
{% block title %}{% translate "Self registration" %}{% endblock %}
{% translate "Self registration" %}
{% for message in messages %}
{{ message }}
{% endfor %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}