{% load static %} {% load field_utils %} {% load breadcrumbs %} {% load url_utils %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% block title %}{{ title }}{% endblock title %}
{% breadcrumbs %} {% block page_title %} {% include 'widgets/title-with-icon.html' with icon=icon title=title %} {% endblock page_title %}
{% block toolbar_left %} {% endblock toolbar_left %} {% block toolbar_right %} {% for item in toolbar_buttons %} {% if item.icon %} {% endif %} {{ item.label }} {% endfor %} {% endblock %}
{% block content %}{% endblock content %}
{% block scripts %} {% endblock scripts %}