{% if not user.credentials %}
No credentials available
{% endif %}
{% for credential in user.credentials|sort(attribute='friendly_name', reverse=false) %}
{% endfor %}
Profile data
{% with
schema=schemas.user_profile,
current_data=user.profile,
root_key="profile"
%}
{% include "includes/form_builder.html" %}
{% endwith %}