{% trans 'Payment Amount' %}: {{ rp.payment_amount|format_currency }}
{% if rp.tax_rate %}
{% trans 'Tax Rate' %}: {{ rp.tax_rate_percentage }}
{% endif %}
{% trans 'Initial Billing Cycle Start Date' %}: {{ rp.billing_start_dt }}
{% trans 'Billing Frequency' %}: {% trans 'Once every' %} {{ rp.billing_frequency }}
{{ rp.billing_period }}{{ rp.billing_frequency|pluralize }}
{% trans 'Billing Date' %}: {{ rp.num_days }} day{{ rp.num_days|pluralize }} {% trans 'after each billing cycle' %} {{ rp.due_sore }} date
{% trans 'Amount' %}: {{ rp.trial_amount|format_currency }}
{% trans 'From' %} {{ rp.trial_period_start_dt|date }} {% trans 'to' %} {{ rp.trial_period_end_dt|date }}