{% extends BASE_TEMPLATE %} {% load i18n templates %} {% block content %}

{% translate "Profile Settings" %}

{% for profile_type,profile_name,form in profile_settings %}

{{ profile_name|capfirst }} profile settings

{% with "profile-settings-"|add:forloop.counter as settings_id %}
{% include "tinyuser/hx/profile/settings"|template with profile_container_id=settings_id %}
{% endwith %} {% endfor %} {% endblock content %}