{% extends "base.html" %} {% block main %}

Account settings

Username{{ current_user.username }} {% if current_user.is_admin() %}(Admin){%endif%}
API Key{{ current_user.api_key }}
Joined{{ current_user.joined|datetimeformat("%Y-%m-%d") }}
Last activity{{ current_user.last_activity|datetimeformat }}
Last activity (API){{ current_user.last_activity_api|datetimeformat }}
API requests{{ current_user.api_request_count }}
Change password
{%include "flash.html"%}
{% if sniffer_sessions %}
CreatedSession namePackets capturedNodesEdgesStatusPublic
{%else%}

You don't have any sessions yet.

Click here to view public sessions and add your own.
{%endif%}
{% if current_user.is_admin() %}
Empty
{% endif %}
{% endblock %} {% block sidebar %}
{% endblock %}