{% if site.has_meta_image? %}
{% else %}
{{ site.name }}
{% endif %}
{% if page.headline.size > 0 %}
{% endform_for %}
{{ page.headline }}
{% endif %} {% if page.donation_v2.content.size > 0 %} {{ page.donation_v2.content }} {% endif %} {% if page.donation_v2.has_amount_goal? %}
{% include "progress"
percent: page.donation_v2.percent_of_amount_goal,
count: page.donations_count,
amount: page.donations_amount_format,
goal: page.donation_v2.amount_goal_format,
label: "raised"
%}
{% elsif page.donation_v2.has_donor_goal? %}
{% include "progress"
percent: page.donation_v2.percent_of_donor_goal,
count: page.donors_count,
goal: page.donation_v2.donor_goal,
label: "donors"
%}
{% endif %}
{% form_for donation %}
{% error_messages_for donation %}
{% if page.donation_v2.has_merchant_account? == false %}
No payment processor: This page will not work until you add a payment processor
{% elsif page.donation_v2.merchant_account.is_test_mode? %}Testing mode: Transactions will not be processed. Use testing cards only.
{% endif %}- 1
- 2
{% if request.current_order %}
{% else %}
{% endif %}
Your order
-
{% for item in request.current_order.items %}
- {% if item.num_time_periods and item.time_period_type %} {{ item.quantity }} {{ item.name }} @ {{ item.amount }} - billed automatically every {{ item.num_time_periods }} {{item.time_period_type }} {% else %} {{ item.quantity }} {{ item.name }} @ {{ item.amount }} {% endif %} {% endfor %}
{% include "footer" %}