{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}Sites{% endblock %} {% block content %}
{% if perms.dcim.add_site %} Add a site {% endif %} {% include 'inc/export_button.html' with obj_type='sites' %}

Sites

{% render_table table 'table.html' %} {% endblock %}