network_inventory/backups/templates/backups/backup_list.html
2020-01-11 17:41:03 +01:00

7 lines
192 B
HTML

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