{% extends "base.html" %} {% set active_page = 'dashboard' %} {% block title %}Dashboard - Ursa Customer Portal{% endblock %} {% block content %}
Here's an overview of your genomics processing activity
| Workset ID | Status | Samples | Created | Actions |
|---|---|---|---|---|
| {{ ws.workset_id[:12] }}... | {{ ws.state }} | {{ ws.sample_count | default(0) }} | {{ ws.created_at | default('N/A') }} | |
|
No worksets yet Create Your First Workset |
||||
{{ customer.customer_id | default('N/A') }}{{ customer.s3_bucket | default('N/A') }}