{% extends "addons/addon_base.html" %} {% load crispy_forms_tags i18n permissions static translations %} {% block addon_content %} {% if form %}
{% else %}{% translate "This add-on has no settings." %}
{% endif %} {% if instance and instance.can_run_manually %} {% endif %} {% if instance %} {% endif %} {% endblock addon_content %} {% block extra_script %} {{ block.super }} {% if form.fields.event_filter %} {% endif %} {% if form.guided_presets %} {% endif %} {% endblock extra_script %}