{% load debusine %} {% load users %}
No input artifacts.
{% else %} {% widget input_artifacts_table %} {% endif %} {% if work_request.is_workflow or work_request.is_part_of_workflow %}debusine --server {{ DEBUSINE_FQDN }}/{{ scope }} provide-signature {{ work_request.id }} to sign this request.
Confirmed at {{ work_request.completed_at|date:"Y-m-d H:i" }} by {{ confirmed_by|user_link }}.
{% else %}Denied at {{ work_request.completed_at|date:"Y-m-d H:i" }} by {{ confirmed_by|user_link }}. {% if work_request.task_data.deny_action == "fail" %} Failed the work request. {% elif work_request.task_data.deny_action == "abort" %} Aborted the work request. {% elif work_request.task_data.deny_action == "abort-workflow" %} Aborted the workflow. {% endif %}
{% endif %} {% if confirmation.comment %}Comment left by {{ confirmed_by|user_link }}:
{{ confirmation.comment|linebreaks }} {% endif %}{{ validation_error }}
{{ error.message }}