{% extends "addons/addon_base.html" %} {% load crispy_forms_tags i18n permissions static translations %} {% block addon_content %} {% if form %}

{% if addon %} {% documentation_icon 'admin/addons' addon.doc_anchor right=True %} {% endif %} {% translate "Configure add-on" %}

{% crispy form %}
{% else %}

{% translate "This add-on has no settings." %}

{% endif %} {% if instance and instance.can_run_manually %}

{% translate "Run add-on" %}

{% csrf_token %}

{% translate "Schedule this add-on to run as soon as possible." %}

{% endif %} {% if instance %}

{% translate "Danger zone" %}

{% csrf_token %}

{% translate "Uninstalling the add-on stops it from running and removes its configuration." %}

{% endif %} {% endblock addon_content %} {% block extra_script %} {{ block.super }} {% if form.fields.event_filter %} {% endif %} {% if form.guided_presets %} {% endif %} {% endblock extra_script %}