{% set personal_data = registration.personal_data %} {% set txn = registration.transaction %}
Description | Price |
---|---|
Registration fee {% if custom_fields.fee_category %}({{ custom_fields.fee_category }}){% endif %} | {{ registration.base_price|format_currency(registration.currency) }} |
{{ field.title }}{% if field.friendly_value %} ({{ field.friendly_value }}){% endif %} | {{ field.actual_price|format_currency(registration.currency) }} |
Total | {{ registration.total_price|format_currency(registration.currency) }} |
Total paid | {{ txn.amount|format_currency(txn.currency) }} |