| # | Country | Visa Type | Steps Count | Total Price | Status | Actions |
|---|---|---|---|---|---|---|
| {{ i + 1 }} | {{ template.country?.name || '-' }} | {{ template.visa_type?.name || '-' }} | {{ template.steps?.length || 0 }} Steps | {{ formatCurrency(getTemplateTotal(template)) }} | {{ template.status }} | |
| No templates configured yet. | ||||||