{% extends "base.html" %} {% load crispy_forms_tags i18n permissions static translations %} {% block breadcrumbs %} {% if object %} {% path_object_breadcrumbs object %} {% else %} {% endif %} {% endblock breadcrumbs %} {% block 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." %}

{% if instance and instance.can_run_manually %}
{% csrf_token %}
{% endif %} {% if instance %} {% translate "View Logs" %} {% endif %} {% endif %} {% endblock content %} {% block extra_script %} {{ block.super }} {% if form.guided_presets %} {% endif %} {% endblock extra_script %}