{% load static %}
TaskCall - {{ ttl_pre_scheduled_alerts }}
{% include 'basic_header.html' %} {% include 'datetime_header.html' %}{% include 'dashboard_topbar.html' %}
{% csrf_token %}
{% if is_new %}
{{ ttl_incidents }}
| {{ ttl_new_incident }}
{% else %}
{{ ttl_incidents }}
|
{{ ttl_pre_scheduled_alerts }}
| {{ ttl_details }}
{% endif %}
{{ ins_cancel }}
{{ det_title }}
{{ det_description }}
{{ det_service }}
{{ det_none }}
{{ det_additional_assignees }}
{{ det_none }}
{{ det_urgency }}
{% include 'urgency_options.html' %}
{{ det_trigger_incident_immediately }}
{{ det_save_alert_and_trigger_later }}
{{ det_starts_on }}
{{ det_alert_time }}
{{ det_repeat_on }}
{% include 'btn_group_days.html' %}
{{ ttl_timezone }}
{% include 'variable_days_script.html' %} {% include 'variable_months_script.html' %} {% include 'map_urgency_script.html' %}