{% if path != edits_url+'/analytics' %}
{%if path != edits_url+'/users' %}
{%if path != edits_url+'/monitor' %}
{% endif %}
{% endif %}
{% endif %}
{% set edits = edits | retrive_edits %}
{% for page, regions in edits.items() %}
{% if "/" in permitted_links or page in permitted_links %}
{% endif %}
{% endfor %}
{% if 'analytics' in permitted_links or "/" in permitted_links and 'ENABLE_ANALYTICS' | appconfig %}
Analytics
{% endif %}
{% if 'users' in permitted_links or "/" in permitted_links and 'EDITS_LOCKED' | appconfig == "SQL" %}
Users
{% endif %}
{% if 'monitor' in permitted_links or "/" in permitted_links and 'ENABLE_RESOURCE_MONITER' | appconfig %}
Resources
{% endif %}
{% if 'EDITS_LOCKED' | appconfig %}
Logout
{% endif %}