network_inventory/computers/templates/computers/computer_list.html

7 lines
196 B
HTML

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