{% extends "sphene/community/base.html" %} {% load i18n %} {% block content %} {% trans "User Registration" %}
{% csrf_token %} {{ form }}
{% endblock %}