{% extends "adminlte2/base.html" %} {% load i18n adminlte_tags %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

This is the sample form page!

{% csrf_token %} {% render_form form %}
{% endblock content %}