2025-09-24 10:36:38 +01:00
|
|
|
<div class="w-full page bg-white">
|
2025-09-26 22:32:39 +01:00
|
|
|
<!-- Main Content -->
|
|
|
|
|
<div class="flex flex-col items-center justify-center h-full">
|
2025-11-26 11:23:04 +01:00
|
|
|
<!-- Title -->
|
|
|
|
|
<h1 class="text-2xl font-bold text-center text-gray-800 mb-6">
|
|
|
|
|
Fuel Utilization Report - Institute of Science, Health and
|
|
|
|
|
Performance
|
|
|
|
|
</h1>
|
|
|
|
|
|
2025-09-26 22:32:39 +01:00
|
|
|
<!-- Fuel Utilization Chart -->
|
|
|
|
|
<div class="w-full max-w-5xl">
|
|
|
|
|
<img
|
|
|
|
|
src="data:image/png;base64,{{ fuel_utilization_chart }}"
|
|
|
|
|
alt="Fuel Utilization Report - Institute of Science, Health and Performance"
|
|
|
|
|
class="w-full h-auto object-contain chart-large"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
2025-09-24 09:57:15 +01:00
|
|
|
|
2025-09-26 22:32:39 +01:00
|
|
|
<!-- Chart Information -->
|
|
|
|
|
<div class="mt-8 text-center">
|
|
|
|
|
<p class="text-gray-700 text-sm">
|
2025-11-26 11:23:04 +01:00
|
|
|
Client: {{ client_name }} | Assessment Date: {{ assessment_date
|
|
|
|
|
}}
|
2025-09-26 22:32:39 +01:00
|
|
|
</p>
|
|
|
|
|
</div>
|
2025-09-24 09:57:15 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|