network_inventory/devices/templates/devices/connected_device_list.html
2020-02-15 18:50:51 +01:00

7 lines
200 B
HTML

{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of General Devices{% endblock %}
{% block content %}
{% render_table devices %}
{% endblock %}