{% extends "appbuilder/base.html" %} {% import 'appbuilder/general/lib.html' as lib %} {% block content %} {{ lib.panel_begin(title) }}
{% block list_search scoped %} {{ widgets.get('search')()|safe }} {% endblock %} {% block list_list scoped %} {{ widgets.get('list')()|safe }} {% endblock %}
{{ lib.panel_end() }} {% endblock %}