{% extends "base.html" %} {% block title %}ECG — AHDX{% endblock %} {% block body %} ← ECG
{{ ecg['classification'] or 'no classification' }} {% if ecg['sample_rate'] %} · {{ ecg['sample_rate']|int }} Hz{% endif %} {% if ecg['duration_s'] %} · {{ '%.0f'|format(ecg['duration_s']) }} s{% endif %}
Thinned for display. The full waveform is in the database.