ESO P2 Tool Configuration and Credentials
{% for field_data in profile_data_list %}
{% if field_data.value %}
- {{ field_data.label }}
-
{% if field_data.is_password %}
{% include 'tom_common/partials/revealable_password_input.html' with value=field_data.value %}
{% else %}
{{ field_data.value }}
{% endif %}
{% endif %}
{% empty %}
No ESO Profile items yet for this user.
{% endfor %}
- other stuff
- things and stuff