{% extends 'generic/object_list.html' %} {% load buttons %} {% load plugins %} {% load i18n %} {% block controls %}
{% plugin_list_buttons model %} {% action_buttons actions model %}  {% trans "Restore" %}  {% trans "Import JSON" %}  {% trans "Export JSON" %}
{% endblock controls %} {% block modals %} {% include 'inc/htmx_modal.html' %} {% endblock modals %}