upload/catalog/view/template/account/register.html
{{ text_account_already|safe }}
{{ text_your_details }} {% if customer_groups.length > 1 %} {{ entry_customer_group }} {% for customer_group in customer_groups %} {{ customer_group.name }} {% endfor %}
{% endif %} {{ entry_firstname }}
{{ entry_lastname }}
{{ entry_email }}
{% if config_telephone_status %} {{ entry_telephone }}
{% endif %} {% for custom_field in custom_fields %} {% if custom_field.type == 'select' %} {{ custom_field.name }} {{ text_select }} {% for custom_field_value in custom_field.custom_field_value %} {{ custom_field_value.name }} {% endfor %}
{% endif %} {% if custom_field.type == 'radio' %} {{ custom_field.name }}
{% for custom_field_value in custom_field.custom_field_value %} {{ custom_field_value.name }} {% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %} {{ custom_field.name }}
{% for custom_field_value in custom_field.custom_field_value %} {{ custom_field_value.name }} {% endfor %}
{% endif %} {% if custom_field.type == 'text' %} {{ custom_field.name }}
{% endif %} {% if custom_field.type == 'textarea' %} {{ custom_field.name }} {{ custom_field.value }}
{% endif %} {% if custom_field.type == 'file' %} {{ custom_field.name }}
{{ button_upload }}
{% endif %} {% if custom_field.type == 'date' %} {{ custom_field.name }}
{% endif %} {% if custom_field.type == 'time' %} {{ custom_field.name }}
{% endif %} {% if custom_field.type == 'datetime' %} {{ custom_field.name }}
{% endif %} {% endfor %} {{ text_your_password }} {{ entry_password }}
{{ text_newsletter }} {{ entry_newsletter }}
{{ captcha }} {% if config_account_id %} {% endif %} {{ button_continue }}{{ button_continue }}