{% include "translation" %} {% capture form %} {% if page.donation_v2.has_amount_goal? %}
{{ t_donation_amount_raised_so_far | replace: "$amount", page.donations_amount_format | replace: "$goal", page.donation_v2.amount_goal_format }}
{% include "progress" percent: page.donation_v2.percent_of_amount_goal, amount: page.donations_amount_format, goal: page.donation_v2.amount_goal_format, %}{{ t_donation_donors_so_far | replace: "$amount", page.donations_count | replace: "$goal", page.donation_v2.donor_goal }}
{% include "progress" percent: page.donation_v2.percent_of_donor_goal, count: page.donations_count, goal: page.donation_v2.donor_goal, %}{{ t_forms_no_payment_processor }}
{% elsif page.donation_v2.merchant_account.is_test_mode? %}{{ t_forms_testing_mode }}
{% endif %} {% if request.current_order %}{{ t_invoices_quantity }} | {{ t_forms_name }} | {{ t_forms_amount }} | |||
---|---|---|---|---|---|
{{ item.quantity }} | {{ item.name }} | {{ t_donation_amount_billed_automatically_every_period | replace: '$amount', item.amount | replace: '$time', item.num_time_periods | replace: '$time_period', item.time_period_type }} | {% else %}{{ item.quantity }} | {{ item.name }} | {{ item.amount }} | {% endif %}