{% extends "admin/base_site.html" %} {% load i18n static l10n admin_urls %} {% block extrahead %} {{ block.super }} {{ media.js }} {% comment %} Load Jquery shipped with Django {% endcomment %} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block bodyclass %}{{ block.super }} delete-confirmation{% endblock %} {% block content %} {{ block.super }} {% comment %} Page Loader Icon {% endcomment %}

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 %}
{% csrf_token %} {{form}}
{% translate "No, take me back" %}
{% endblock content %}