{% load i18n static django_grid_view %}
{% if load_styles or load_scripts %}
{% include "django_grid_view/assets.html" %}
{% endif %}
{% if config.wrapper == "full" %}
{% elif config.wrapper == "shell" %}
{% endif %}
{% if config.show_toolbar %}
{% if config.wrapper == "full" or config.toolbar_left or config.toolbar_center or config.search_mode != "disabled" or config.export_xlsx_url or config.export_pdf or column_settings %}
{% if config.toolbar_left %}
{{ config.toolbar_left }}
{% endif %}
{% if config.search_mode != "disabled" %}
{% endif %}
{% if config.toolbar_center %}