{% if metrics.is_empty() %} {% else %} {% for metric in metrics %} {% endfor %} {% endif %}
Time Category Name Target Value Status Duration
📊 No metrics available
{{ metric.ts.format("%Y-%m-%d %H:%M:%S") }} {{ metric.category.as_ref() }} {{ metric.name }} {{ metric.target }} {{ "{:.2}"|format(metric.value) }} {% if metric.success %} ✓ Success {% else %} ✗ Failed {% endif %} {{ metric.duration_ms }}ms