Burp-UI
  •  {{ _('About') }}
  • {% if not login -%} {% if not config.STANDALONE -%}
  •  {{ _('Servers') }}
  • {% if server -%}
  •  {{ _('Clients') }}
  • {% endif -%} {% else -%}
  •  {{ _('Clients') }}
  • {% endif -%} {% if config.STANDALONE or server or me -%}
  •  {{ _('Settings') }}
  • {% endif -%}
  •  {{ _('Live monitor') }}
  • {% if current_user and current_user.is_authenticated -%} {% if current_user.is_admin -%} {% endif -%}
  •  {{ _('User settings') }}
  •  {{ _('Logout') }}{% if 'login' in session %} ({{ session['login'] }}){% endif %}
  • {% endif -%}
  •  {{ _('Refresh') }}
  • {% endif -%}
{% if not login -%}
{% endif -%}