{% extends "layout.html" %} {# {% load currency_filters %} #} {% block title %} Register | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Register

{% csrf_token %} {% include "partials/form_fields.html" with form=registration_form %}
{% endblock content %}