{% extends "web/_base.html" %} {% block title %}Work request{% 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 %}