{% extends "main.html" %} {% block content %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {% clear_breadcrumbs %} {% for b, u in path %} {% breadcrumb_raw_safe b u %} {% endfor %} {% endblock %} {% load django_bootstrap5 %} {% bootstrap_css %} {% bootstrap_javascript %}
{% render_breadcrumbs %}
{% if form is not None %}
{% csrf_token %} {% bootstrap_form form %}
{% endif%} {% if forms is not None %}
{% for frm in forms %} {% endfor %}
{% endif %}
{% endblock %}