{% extends "base.html" %} {% block title %}Dashboard — AHDX{% endblock %} {% block body %}
{% if totals['first'] %} Data spans {{ totals['first'][:10] }} to {{ totals['last'][:10] }}. {% else %} This database is empty. Import an export on the Import page. {% endif %}
{% if types %}| Type | Count | From | To | |
|---|---|---|---|---|
| {{ t['type'].replace('HKQuantityTypeIdentifier','').replace('HKCategoryTypeIdentifier','') }} | {{ t['n'] }} | {{ t['first'][:10] if t['first'] else '' }} | {{ t['last'][:10] if t['last'] else '' }} | browse |