{% extends 'base.html' %} {% load buttons %} {% block content %}
{% if permissions.add %} {% add_button add_button_link %} {% endif %}

{% block title %}{{ title_text }}{% endblock %}

{% include 'utilities/obj_table.html' with bulk_delete_url=delete_button_link %}
{% include 'inc/search_panel.html' %}
{% endblock %}