Are you Sure?
{% if action_name == "_resync_instances" %}Are you sure you want to sync the selected instances? All of the following objects and their related items will be synced.
{% elif action_name == "_sync_all_instances" %}Are you sure you want to sync all instances? Please note this will be a best effort sync and we will silence any errors encountered.
{% if info %}All of the following objects and their related items will be synced:
{% endif %} {% elif action_name == "_cancel" %}Are you sure you want to cancel the selected subscriptions? The following subscriptions will be cancelled.
{% endif %}-
{% for instance in info %}
- {{instance}} {% endfor %}