{% 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.queue_runtime_total | default(0) }}
Queue Runtime Objects
{{ stats.objects_total | default(0) }}
Objects
{{ stats.equipment_total | default(0) }}
Equipment
{{ stats.reagents_total | default(0) }}
Reagents

Recent Queue Runtime

View All
{% if recent_queue_runtime %} {% else %}

No recent queue runtime objects

Open Queue Runtime
{% endif %}

Recent Objects

View All
{% if recent_objects %} {% else %}

No recent objects

{% endif %}

Quick Actions

Queue Runtime Equipment Reagents Templates Statistics {% if udat.role | default('user') | lower == 'admin' %} Admin {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}