{% extends "modern/base.html" %} {% block title %}Dashboard - BLOOM LIMS{% endblock %} {% block content %} {% if db_unavailable %}
Database is currently unreachable. You are logged in, but live counts and recent items are temporarily unavailable.
{% endif %}
{{ stats.assays_total | default(0) }}
Active Assays
{{ stats.workflows_active | default(0) }}
Active Workflows
{{ stats.equipment_total | default(0) }}
Equipment
{{ stats.reagents_total | default(0) }}
Reagents

Recent Assays

View All
{% if recent_assays %} {% else %}

No recent assays

Create Assay
{% endif %}

Active Workflows

View All
{% if active_workflows %} {% else %}

No active workflows

{% endif %}

Quick Actions

{% endblock %} {% block extra_js %} {% endblock %}