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