Burp Server Dashboard
{% if not login -%}
    {% if not config.STANDALONE -%}
  •  Servers
  • {% if server -%}
  •  Clients
  • {% endif -%} {% else -%}
  •  Clients
  • {% endif -%} {% if config.STANDALONE or server -%}
  •  Settings
  • {% endif -%}
  •  Live monitor
  • {% if current_user and current_user.is_authenticated() -%}
  •  Logout({{ current_user.name }})
  • {% endif -%}
  •  Refresh
{% endif -%}