{% if profile.fields %}
{% for field in profile.fields %}

{{ field.name }}

{% if field.addit %} {% for id,addit in field.addit %}
{% endfor %} {% endif %}
{% endfor %}
{% else %}

There are no changeable profile fields.

{% endif %}