{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {{ view.title }} {% endblock %} {% load breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb_url 'Register' %} {% endblock %} {% block content %}
{{ block.content|safe }}