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') }}({{ current_user.name }})
  • {% endif -%}
  •  {{ _('Refresh') }}
  • {% endif -%}
{% if not login -%}
{% endif -%}