{%- extends "layouts/" + render_mode + ".html" %} {%- block head %} {%- endblock %} {%- block title %}{{_("Welcome Home")}}{% endblock %} {%- block contenttools %} {%- if is_configured() %} {%- set activities = [{ 'name': 'browser', 'icon': 'list', 'url': U('/browse/'), 'text': _("Browse"), 'description': _("Browse files, mailboxes and settings") },{ 'name': 'addprofile', 'icon': 'plus', 'aclass': 'auto-modal', 'url': U('/profiles/add/'), 'text': _("Add Account"), 'description': _("Create a new Account") },{ 'name': 'keys', 'icon': 'key', 'aclass': 'auto-modal', 'url': U('/settings/set/password/'), 'text': _("Keys"), 'description': _("Manage Your Encryption Keys") }] %} {%- set selection_initial_prompt = _("Configure your accounts, profiles and other settings") %} {%- include("partials/tools_default.html") %} {% else %} {%- set activities = [{ 'name': 'settings', 'icon': 'settings', 'url': U('/settings/privacy.html?ui_from_profiles=True'), 'text': _("Privacy & Security"), 'description': _("Security and Privacy Settings") }] %} {%- set selection_initial_prompt = _("You can configure accounts and profiles once you have reviewed your privacy settings.") %} {%- include("partials/tools_default.html") %} {% endif %} {%- endblock %} {%- block content %}
{{_("E-mail Accounts")}}{%- if result.profiles|length > 0 %} | {%- if is_dev_version() %} {%- endif %} | {{_("settings")}} {%- else %} | {%- endif %} | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{%- if is_configured() %} | {{_("Master Inbox")}} {{_("Unread Mail")}} | {%- if result.profiles|length > 0 %} {{_("Browse")}} {%- endif %} {{_("Add Account")}} | {%- endif %} |