| = h(t('pricing.structure')) ?> | = h(t('pricing.label')) ?> | = h(t('settings.category')) ?> | = h(t('pricing.discount')) ?> | = h(t('pricing.catalog')) ?> | = h(t('pricing.estimated_cost')) ?> | = h(t('pricing.state')) ?> |
|---|---|---|---|---|---|---|
| = h($t['clinic_name']) ?> | = h($t['label']) ?>
= h(t('pricing.per_unit', ['unit' => $t['unit_label']])) ?>
|
= h(PricingService::categoryLabel($t['category'])) ?> | = h(PricingService::groupLabel($t['discount_group'])) ?> · = number_format((float)$t['discount_percent'], 2, ',', ' ') ?> % | = number_format($t['amount_cents'] / 100, 2, ',', ' ') ?> € | = number_format($t['effective_cents'] / 100, 2, ',', ' ') ?> € | = $t['active'] ? t('pricing.active') : t('pricing.inactive') ?> |