Dynamic Profile Switch

Dynamic Profile Switch

{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
{% for record in profile_switch_data_list %}
{% for profile in record.profileList %}
{% endfor %}
{% endfor %}
{% if 'add' in session.get('dynamicProfileSwitchPermissions', []) %} {% endif %}
{% for each_record in overridesProfileList %} {% endfor %}
S.No Override Date Profile Switch Action
{{ loop.index }} {{ each_record.overrideDate }} {{ each_record.formattedOverrideList }} {% if 'edit' in session.get('dynamicProfileSwitchPermissions', []) %} {% endif %} {% if 'delete' in session.get('dynamicProfileSwitchPermissions', []) %} {% endif %}