{% extends "layouts/content.html" %} {% load django_tables2 %} {% block content %}

Active Devices - excluding retired

{% render_table active_devices_table %} {% endblock %} {% block scripts %} {% endblock %}