{% extends "modern/base.html" %} {% block title %}Workflows - BLOOM LIMS{% endblock %} {% block content %}
View and manage workflow instances
| EUID | Type | Name | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ wf.euid }} | {{ wf.subtype }} | {{ wf.name | default('-') }} | {{ wf_status }} | {{ wf.created_dt | format_dt('standard') if wf.created_dt else '-' }} | |
| No workflows found | |||||