{{#if base_fee}}
Base Fee{{currency_symbol}}{{base_fee}}
{{/if}}
{{#if surcharge_amount}}
Surcharge{{currency_symbol}}{{surcharge_amount}}
{{/if}}
{{#if toll_price}}
Toll Charges{{currency_symbol}}{{toll_price}}
{{/if}}
{{#if tip_driver}}
Tip{{currency_symbol}}{{tip_driver}}
{{/if}}
{{#if return_trip_charges}}
Return Trip Charges{{currency_symbol}}{{return_trip_charges}}
{{/if}}
{{#if night_stay_charges}}
Night Stay Charges{{currency_symbol}}{{night_stay_charges}}
{{/if}}
{{#if total_rental_hours}}
Total Rental Hours{{total_rental_hours}} hours
{{/if}}
{{#if total_hours}}
Total Hours Travelled{{total_hours}} hours
{{/if}}
{{#if extra_hours}}
Extra Hours{{extra_hours}} hours({{add_up_kms}} kms)
{{/if}}
{{#if extra_hours_amount}}
Extra Hours Amount{{currency_symbol}}{{extra_hours_amount}}
{{/if}}
{{#if kms_limit}}
Distance Limit{{kms_limit}} kms
{{/if}}
{{#if total_distance_covered}}
Total Distance Travelled{{total_distance_covered}} kms
{{/if}}
{{#if extra_kms}}
Extra Distance Travelled{{extra_kms}} kms
{{/if}}
{{#if extra_kms_amount}}
Extra Distance Amount{{currency_symbol}}{{extra_kms_amount}}
{{/if}}
{{#if night_stay_charges}}
Night Stay Charges{{currency_symbol}}{{night_stay_charges}}
{{/if}}
{{#if stop_charges}}
Waiting Charges{{currency_symbol}}{{stop_charges}}
{{/if}}
{{#if insurance_fees}}
Insurance Fees{{currency_symbol}}{{insurance_fees}}
{{/if}}
{{#if city_fees}}
City Fees{{currency_symbol}}{{city_fees}}
{{/if}}
{{#if infrastructure_fees}}
Infrastructure Fees{{currency_symbol}}{{infrastructure_fees}}
{{/if}}
{{#if coupon_discount}}
Coupon Discount-{{currency_symbol}}{{coupon_discount}}
{{/if}}
{{#if app_commission}}
Platform Commission{{currency_symbol}}{{app_commission}}
{{/if}}
{{#if commission_gst_amount}}
App Commission GST{{currency_symbol}}{{commission_gst_amount}}
{{/if}}
{{#if payout_gst_amount}}
Driver Payout GST{{currency_symbol}}{{payout_gst_amount}}
{{/if}}
{{#if gst}}
Total GST-{{currency_symbol}}{{gst}}
{{/if}}
{{#if total_amount}}
Total{{currency_symbol}}{{total_amount}}
{{/if}}