{% extends "inventory/base.html" %} {% load render_table from django_tables2 %} {% block section_title %}{{ net.name }}{% endblock %} {% block content %} {% if net.description %}

{{ net.description }}

{% endif %} {% render_table table %} {% endblock %}