{% extends base_template %} {% load debusine %} {% load users %} {% block tail_js %} {{ block.super }} {% include "web/_tab_selector.html" %} {% endblock %} {% block content %} {% ui work_request as work_request_ui %}
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 }}
No artifacts produced.
{% else %} {% widget built_artifacts_table %} {% endif %}No output data.
{% endif %}Work requests that must be completed before this one can run.
{% widget work_request_dependencies %} {% else %}This work request does not depend on any other one.
{% endif %}Work requests that require this one to complete successfully before they can run.
{% widget work_request_reverse_dependencies %} {% else %}This work request is not required by any other one.
{% endif %}Internal collection: {{ collection.name }}
{% endwith %} {% endif %} {% endwith %}Task has not yet been configured.
{% endif %}Dynamic task data has not yet been computed.
{% endif %}No output data.
{% endif %}