{% extends 'base.html' %} {% load helpers %} {% load buttons %} {% load plugin_helpers %} {% block buttons %} {% if request.user.is_authenticated and table_config_form %} {% endif %} {% if permissions.add and 'add' in action_buttons %} {% add_button content_type.model_class|url_name:"add" %} {% endif %} {% if permissions.add and 'import' in action_buttons %} {% import_button content_type.model_class|url_name:"import" %} {% endif %} {% if 'export' in action_buttons %} {% export_button content_type %} {% endif %} {%endblock %} {% block content %}