{% extends 'dcim/device.html' %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block content %}
Device Backups
{% if table %} {% render_table table %} {% else %}

No backups found for this device.

{% endif %}
{% endblock content %}