{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Registration" %} {% endblock %} {% load breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb_url 'Register' %} {% endblock %} {% block content %}
{{ field.errors }} {{ field.label }} : {{ field }}