{% extends 'admin/master.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block body %}
Schedule an ongoing automated snapshot of the APIC configuration or schedule a one time snapshot.
{% if lastsnapshot %}Last snapshot taken at {{ lastsnapshot }}
{% endif %} {% if nextsnapshot %} {% if schedule['interval'] %}Next snapshot scheduled for {{ nextsnapshot }} and every {{ schedule['interval'] }} {{ schedule['granularity'] }} beyond that.
{% else %}Next snapshot scheduled for {{ nextsnapshot }}
{% endif %} {{ wtf.quick_form(cancel_form) }} {% else %}No recurring snapshot currently scheduled
{% endif %} {% endblock %}