{% if config_checkout_guest %}
{% endif %}
{% if config_telephone_display %}
{% endif %}
{% for custom_field in custom_fields %}
{% if custom_field.location == 'account' %}
{% if custom_field.type == 'select' %}
{% endif %}
{% if custom_field.type == 'radio' %}
{% endif %}
{% if custom_field.type == 'checkbox' %}
{% endif %}
{% if custom_field.type == 'text' %}
{% endif %}
{% if custom_field.type == 'textarea' %}
{% endif %}
{% if custom_field.type == 'file' %}
{% endif %}
{% if custom_field.type == 'date' %}
{% endif %}
{% if custom_field.type == 'time' %}
{% endif %}
{% if custom_field.type == 'datetime' %}
{% endif %}
{% endif %}
{% endfor %}