{% load i18n %}
{{ SITE_GLOBAL_CURRENCYSYMBOL }}
{% trans "Registrant" %} #1:
{% if custom_reg_form %} {% for field in hidden_form %} {% if field.label != 'Delete' %}
{% if field.name != 'pricing' %}
{{ field.errors }}
{% trans field.label %}
{{ field }}
{% if field.help_text %}
{{ field.help_text }}
{% endif %} {% else %}
{{ field }}
{% endif %}
{% endif %} {% endfor %} {% else %}
{% trans "First Name" %}
{% trans "Last Name" %}
{% trans "Company" %}
{% trans "Phone" %}
{% trans "Email" %}
{% if allow_memberid_pricing %}
{% trans "Member ID" %}
{% endif %}
{% endif %}
{% for addon in addons %}
{% endfor %}