{{ render_messages(container=True, dismissible=True) }}
{% if current_user.is_authenticated %}
You are logged-in as {{ current_user.id }}
{% if user_config %}
{% if user_config['overwrite'] == true %}
The settings in your users configuration file will overwrite the settings you configure in the form below.
{% else %}
The settings in your users configuration file will only be used if you don't overwrite them in the form below.
{% endif %}
{% for key, value in user_config.items() %}
{% if key != 'overwrite' %}