{% 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.strftime('%Y-%m-%d %H:%M') if wf.created_dt else '-' }} | |
| No workflows found | |||||