{% extends '_base.html' %} {% load buttons %} {% block content %}
{% export_button content_type %}

{% block title %}Services{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:service_bulk_edit' bulk_delete_url='ipam:service_bulk_delete' %}
{% include 'inc/search_panel.html' %} {% include 'inc/tags_panel.html' %}
{% endblock %}