{% load debusine %} {% load users %}
No input artifacts.
{% endif %} {% if work_request.is_workflow or work_request.is_part_of_workflow %}This workflow is still being populated. Large workflows may take a significant amount of time.
debusine --server {{ DEBUSINE_FQDN }}/{{ scope }} work-request sign {{ 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 }}