{% extends '_base.html' %} {% block content %}
{% if perms.dcim.add_site %} Add a site Import sites {% endif %} {% include 'inc/export_button.html' with obj_type='sites' %}

{% block title %}Sites{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='dcim:site_bulk_edit' %}
{% include 'inc/search_panel.html' %}
{% endblock %}