network_inventory/network_inventory/inventory/templates/inventory/backup_details.html

7 lines
195 B
HTML
Raw Normal View History

2019-08-02 14:31:55 +02:00
{% extends "inventory/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}{{ net.name }}{% endblock %}
{% block content %}
{% render_table backup %}
{% endblock %}