{% extends "layouts/" + render_mode + ".html" %} {%- block contenttools %} {%- set activities = [{ 'name': 'notifications', 'icon': 'notifications', 'url': U('/logs/events/'), 'text': _("Event Log"), 'description': _("Mailpile Event Log") },{ 'name': 'netlog', 'icon': 'force-graph', 'url': U('/logs/network/'), 'text': _("Network"), 'description': _("Recent Network Activity") }] %} {%- set selection_initial_prompt = _("System activity, logs, events, troubleshooting, ...") %} {%- include("partials/tools_default.html") %} {%- endblock %} {% block content %}