{% extends 'generic/_base.html' %} {% block title %}{{ action_label }} {{ bulk_run }}{% endblock %} {% block content %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}

{{ action_label }} Bulk Intent Run

{{ action_label }} {{ bulk_run }}?

Organization
{{ bulk_run.organization }}
Status
{{ bulk_run.status }}
Target Mode
{{ bulk_run.target_mode }}
{% if bulk_run.ticket_reference %}
Ticket Reference
{{ bulk_run.ticket_reference }}
{% endif %} {% if bulk_run.requires_secondary_approval %}
Requires Secondary Approval
Yes
{% endif %} {% if bulk_run.approved_at %}
Primary Approval
{{ bulk_run.approved_by }} at {{ bulk_run.approved_at }}
{% endif %}
{% endblock %}