2025-11-12 18:26:18 +00:00
|
|
|
{{define "section-other"}}
|
|
|
|
|
<!-- Other Section (Driver's License) -->
|
|
|
|
|
{{if .CV.Other.DriverLicense}}
|
2025-11-18 20:18:28 +00:00
|
|
|
<section id="other" class="cv-section component-wrapper">
|
|
|
|
|
<!-- Actual Content -->
|
|
|
|
|
<div class="actual-content">
|
|
|
|
|
<details open>
|
|
|
|
|
<summary>
|
|
|
|
|
<h3 class="section-title">
|
|
|
|
|
<iconify-icon icon="mdi:information" width="24" height="24" class="section-icon"></iconify-icon>
|
2025-11-30 10:13:37 +00:00
|
|
|
{{.UI.Navigation.Other}}
|
2025-11-18 20:18:28 +00:00
|
|
|
</h3>
|
|
|
|
|
</summary>
|
|
|
|
|
<div class="other-content">
|
2025-11-30 10:13:37 +00:00
|
|
|
{{.UI.Sections.DrivingLicense}} <strong>{{.CV.Other.DriverLicense}}</strong>
|
2025-11-18 20:18:28 +00:00
|
|
|
</div>
|
|
|
|
|
</details>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Skeleton Content -->
|
|
|
|
|
<div class="skeleton-content">
|
|
|
|
|
<div class="skeleton-section">
|
|
|
|
|
<div class="skeleton skeleton-section-title"></div>
|
|
|
|
|
<div class="skeleton skeleton-other-item"></div>
|
|
|
|
|
</div>
|
2025-11-12 18:26:18 +00:00
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
{{end}}
|
|
|
|
|
{{end}}
|