{% 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 %}
{% render_breadcrumbs %} {% if form is not None or table is not None %}
{% if form is not None %} {% load material_form %}
{% form form=form %}{% endform %}
{% endif%} {% if table is not None %} {% load django_tables2 %} {% render_table table %} {% endif%}
{% endif%} {% if forms is not None %} {% load material_form %}
{% for frm in forms %} {% endfor %}
{% endif %}
{% endblock %}