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

{% trans "Registration" %}

{% with form_submit=_("Register") %} {% url "registration" as form_action %} {% include "mongo_auth/form.html" %} {% endwith %}
{% endblock %}