2025-09-24 10:36:38 +01:00
|
|
|
<div class="w-full page bg-white">
|
2025-11-21 11:38:43 +01:00
|
|
|
<!-- Main Content -->
|
|
|
|
|
<div class="px-8 py-6">
|
|
|
|
|
<!-- Page Title -->
|
|
|
|
|
<h1 class="text-3xl font-bold text-black mb-6">Cardio Metrics</h1>
|
2025-09-24 09:57:15 +01:00
|
|
|
|
2025-11-21 11:38:43 +01:00
|
|
|
<!-- Active Metabolic Rate Assessment Section -->
|
|
|
|
|
<h2 class="text-xl font-bold text-black mb-4">
|
|
|
|
|
Active Metabolic Rate Assessment
|
|
|
|
|
</h2>
|
|
|
|
|
<p class="text-gray-700 text-sm mb-8">
|
|
|
|
|
The active metabolic rate assessment is a key measure of aerobic
|
|
|
|
|
fitness. It helps determine your specific heart rate zones and how
|
|
|
|
|
well your body uses carbohydrates and fats as fuel while you
|
|
|
|
|
exercise. It is also an indicator of overall health and wellbeing.
|
|
|
|
|
</p>
|
2025-09-24 09:57:15 +01:00
|
|
|
|
2025-11-21 11:38:43 +01:00
|
|
|
<!-- VO2 Max Section -->
|
|
|
|
|
<div class="mb-8">
|
|
|
|
|
<h3 class="text-xl font-bold text-black mb-4 text-center">
|
|
|
|
|
VO2 Max - {{ vo2_max_value | default('49.5') }} ({{
|
|
|
|
|
vo2_max_percentile | default('100th percentile') }})
|
|
|
|
|
</h3>
|
2025-09-24 09:57:15 +01:00
|
|
|
|
2025-11-21 11:38:43 +01:00
|
|
|
<!-- VO2 Max Table -->
|
|
|
|
|
<div class="mb-8 flex justify-center">
|
|
|
|
|
<img
|
|
|
|
|
src="data:image/png;base64, {{ vo2_max_table }}"
|
|
|
|
|
alt="VO2 Max Table"
|
2025-11-21 12:34:53 +01:00
|
|
|
class="table-image"
|
2025-11-21 11:38:43 +01:00
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-09-24 09:57:15 +01:00
|
|
|
|
2025-11-21 11:38:43 +01:00
|
|
|
<!-- Personalized Heart Rate Zones Section -->
|
|
|
|
|
<div class="mb-8">
|
|
|
|
|
<h3 class="text-xl font-bold text-black mb-6 text-center">
|
|
|
|
|
Personalized Heart Rate Zones
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<!-- Heart Rate Zones Table -->
|
|
|
|
|
<div class="flex justify-center">
|
|
|
|
|
<img
|
|
|
|
|
src="data:image/png;base64, {{ hr_zones_table }}"
|
|
|
|
|
alt="Heart Rate Zones Table"
|
2025-11-21 12:34:53 +01:00
|
|
|
class="table-image"
|
2025-11-21 11:38:43 +01:00
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-09-24 09:57:15 +01:00
|
|
|
</div>
|