{% extends 'generic/_base.html' %} {% load form_helpers %} {% block title %}Confirm Configuration Push{% endblock %} {% block content %}
Confirm Configuration Push
Stage Configuration in Panorama

The configuration will be uploaded and staged in Panorama. You must manually commit the changes in Panorama before they take effect.

{% if is_connection_push %}

You are about to stage configurations for all devices in connection:

Connection:
Devices:
{% if devices %} {% else %} No devices found {% endif %}
{% else %}

You are about to stage the configuration for:

Device:
Connection:
{% if object.last_push %}
Last Push:
{{ object.last_push|date:"M d, Y H:i" }}
{% endif %}
{% endif %}
{% csrf_token %} {% render_form form %}
Cancel
{% endblock %}