{% extends "generic/object_list.html" %} {% load plugins %} {% load custom_object_buttons %} {% block controls %}
{% plugin_list_buttons model %} {% block extra_controls %}{% endblock %} {% custom_object_add_button model custom_object_type %} {% custom_object_import_button model custom_object_type %} {% custom_object_export_button model %}
{% endblock controls %} {% block bulk_buttons %}
{% custom_object_bulk_edit_button model custom_object_type query_params=request.GET %} {% custom_object_bulk_delete_button model custom_object_type query_params=request.GET %}
{% endblock %}