network_inventory/src/devices/templates/devices/warranties_list.html

7 lines
202 B
HTML

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