{% extends 'base.html' %} {% from 'macros.html' import render_selectable_table, render_pagination, render_filter_field, render_date_filter_field, render_collapsible_section, render_selectable_sortable_table_with_dict_headers %} {% block title %}Assets{% endblock %} {% block content_title %}Assets{% endblock %} {% block content_description %}View Assets{% endblock %} {% block content_class %}
{% endblock %} {% block content %} {% set filter_form %} {% endset %} {{ render_collapsible_section('Filter', 'Filter Options', filter_form) }}