{%- 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 and Mailboxes") },{ 'name': 'addprofile', 'icon': 'plus', 'aclass': 'auto-modal', 'url': U('/profiles/add/'), 'text': _("Add Account"), 'description': _("Create a new Account") }] %} {%- 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"), '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 %}
{{_("Your name")}} | {{_("E-mail address")}} | {{_("New")}} | {{_("Total")}} | {{_("Settings")}} |
---|