{% extends "web/_base_rightbar.html" %} {% block title %}Work request{% endblock %} {% block quick-actions %} {% if user.is_authenticated and work_request.can_retry %}
{% csrf_token %}
{% endif %} {% endblock %} {% block content-right %}
Output
{% if artifacts %}
{% include "web/_artifact-list.html" with artifacts=artifacts only %}
{% else %} No artifacts produced {% endif %} {% endblock %} {% block content %} {% if work_request.is_part_of_workflow %}

Workflow information

{% endif %}

Work request information

{% if specialized_view_path %}

{{ work_request.task_name }} view

{% endif %} {% endblock %}