{% extends "base_1col.html" %} {% load i18n %} {% block col-single-title %} {% trans "Registration" %} {% endblock %} {% block col-single-content %}
{% csrf_token %} {% include "richtemplates/forms/form.html" %}
{% endblock %}