{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Create/Edit {{ class_name }}{% endblock %} {% block content %} {% include 'browsing/partials/create-edit_breadcrumb.html' %}

{{ h1 }}

{% crispy form %}
{% endblock content %}