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 -%} {% if current_user and current_user.is_authenticated and (current_user.is_admin or current_user.is_moderator) -%}
  •  {{ _('Burp Settings') }}
  • {% endif -%} {% endif -%}
  •  {{ _('Live monitor') }}
  • {% if current_user and current_user.is_authenticated -%} {% if current_user.is_admin or current_user.is_moderator -%}
  •  {{ _('Administration') }}
  • {% endif -%}
  •  {{ _('User settings') }}
  •  {{ _('Logout') }} ({{ current_user.name }})
  • {% endif -%}
  •  {{ _('Refresh') }}
  • {% endif -%}
{% if not login -%}
{% endif -%}