{% 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.

{{ wtf.form_field(form.frequency) }} {{ wtf.form_field(form.number, style="float:left") }} {{ wtf.form_field(form.interval) }} {{ wtf.form_field(form.date) }} {{ wtf.form_field(form.time) }} {{ form.csrf_token }} {{ wtf.form_field(form.submit) }}
{% 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 %}