{% 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 %} {% render_horizontal_formset formset 'Sample Formset' %}
{% endblock content %}