{% if ui_from_profiles %} {% extends "layouts/" + render_mode + "-tall.html" %} {% else %} {% extends "logs/layout.html" %} {% endif %} {% block title %}{{_("Settings & Tools")}}{% endblock %} {% block content %}
{{_("This is Mailpile version %(version)s", version=config.version)}}{% if motd._version_info %}: {{ motd._version_info }}{% endif %}.
{{_("Preferences")}} {{_("Your Preferences")}}
{{_("Plugins")}} {{_("Plugins and Addons")}}
{{_("Remote Access")}} {{_("Mobile and Remote Access to Mailpile")}}
{{_("Privacy")}} {{_("Security and Privacy Settings")}}
{{_("Password")}} {{_("Change Your Mailpile Password")}}
{{_("Event Log")}} {{_("Mailpile Event Log")}}
{{_("Network")}} {{_("Recent Network Activity")}}
{{_("Backup")}} {{_("Backup Your Settings and Keys")}}
{{_("TLS Certs")}} {{_("TLS Certificate Tool")}}
{{_("Passwords")}} {{_("Account Password Management")}}
{{_("Keys")}} {{_("Encryption Key Management")}}
{{_("CLI")}} {{_("Command Line Interface")}}
{{_("Shutdown")}} {{_("Shutdown Mailpile")}}