{% load base_filters %} {% load forms_tags %}
{{ field.field.label }} | {{ field.value|str_basename }} |
{{ field.field.label }} | {{ field.value|yesno:"Yes,No" }} |
Section - {{ field.field.label }} | |
{{ field.field.label }} | |
{{ field.field.label }} | {{ field.value }} |
Type: {{ form.get_payment_type }}
Method: {{ entry.payment_method }}
Pricing: {{ entry.pricing.label }}
Price: {% if entry.pricing.price %}{{ entry.pricing.price|format_currency }}{% else %}{{ custom_price|format_currency }}{% endif %}
The recipient received the following message in an email:
{{ form.email_text|linebreaks|safe }} {% else %} The form submitter did not receive an email because no Email Text to Submitter was entered. {% endif %} {% endif %}