Execution Settings

{{ form.environment }} {% if form.environment.errors %}

{{ form.environment.errors.0 }}

{% endif %}
{{ form.timeout_seconds }} {% if form.timeout_seconds.help_text %}

{{ form.timeout_seconds.help_text }}

{% endif %} {% if form.timeout_seconds.errors %}

{{ form.timeout_seconds.errors.0 }}

{% endif %}
{{ form.is_enabled }} {% if form.is_enabled.errors %}

{{ form.is_enabled.errors.0 }}

{% endif %}

{{ form.tags.label }}

{% for tag in available_tags %} {% empty %}

No tags available. Create tags

{% endfor %}
{% if form.tags.errors %}

{{ form.tags.errors.0 }}

{% endif %}
{% if schedule_form %}
{% for radio in schedule_form.run_mode %} {% endfor %}
{% if schedule_form.run_mode.errors %}

{{ schedule_form.run_mode.errors.0 }}

{% endif %}
{{ schedule_form.interval_minutes }} {% if schedule_form.interval_minutes.errors %}

{{ schedule_form.interval_minutes.errors.0 }}

{% endif %}
{{ schedule_form.daily_times_input }}

{{ schedule_form.daily_times_input.help_text }}

{% if schedule_form.daily_times_input.errors %}

{{ schedule_form.daily_times_input.errors.0 }}

{% endif %}
{{ schedule_form.timezone }} {% if schedule_form.timezone.errors %}

{{ schedule_form.timezone.errors.0 }}

{% endif %}
{% for checkbox in schedule_form.weekly_days_input %} {% endfor %}
{% if schedule_form.weekly_days_input.errors %}

{{ schedule_form.weekly_days_input.errors.0 }}

{% endif %}
{{ schedule_form.weekly_times_input }}

{{ schedule_form.weekly_times_input.help_text }}

{% if schedule_form.weekly_times_input.errors %}

{{ schedule_form.weekly_times_input.errors.0 }}

{% endif %}
{{ schedule_form.timezone }}
{% for checkbox in schedule_form.monthly_days_input %} {% endfor %}
{% if schedule_form.monthly_days_input.errors %}

{{ schedule_form.monthly_days_input.errors.0 }}

{% endif %}
{{ schedule_form.monthly_times_input }}

{{ schedule_form.monthly_times_input.help_text }}

{% if schedule_form.monthly_times_input.errors %}

{{ schedule_form.monthly_times_input.errors.0 }}

{% endif %}
{{ schedule_form.timezone }}
{{ schedule_form.is_active }} {% if schedule_form.is_active.errors %}

{{ schedule_form.is_active.errors.0 }}

{% endif %}
{% endif %}
Cancel