{% if ui_from_profiles %} {% extends "layouts/" + render_mode + "-tall.html" %} {% else %} {% extends "logs/layout.html" %} {% endif %} {% block title %}{{_("Settings & Tools")}}{% endblock %} {% block content %}

{{_("Settings & Tools")}}

{% set motd = mailpile('motd', '--noupdate').result %}

{{_("This is Mailpile version %(version)s", version=config.version)}}{% if motd._version_info %}: {{ motd._version_info }}{% endif %}.

{{_("Settings")}}

  {{_("Your Preferences")}}

  {{_("Plugins and Addons")}}

{# FIXME: Make this work!

  {{_("Mobile and Remote Access to Mailpile")}}

#}

  {{_("Security and Privacy Settings")}}

  {{_("Change Your Mailpile Password")}}

{{_("Tools")}}

  {{_("Mailpile Event Log")}}

  {{_("Recent Network Activity")}}

  {{_("Backup Your Settings and Keys")}}

  {{_("TLS Certificate Tool")}}

  {{_("Account Password Management")}}

  {{_("Encryption Key Management")}}

  {{_("Command Line Interface")}}

  {{_("Shutdown Mailpile")}}


{% endblock %}