{%- extends "layouts/" + render_mode + ".html" %} {%- block head %} {%- endblock %} {%- block title %}{{_("Welcome Home")}}{% endblock %} {%- block contenttools %} {%- set activities = [{ '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") }] %} {%- include("partials/tools_default.html") %} {%- endblock %} {%- block content %}
{{_("E-mail Accounts")}}{%- if result.profiles|length > 0 %} | {%- if config.version >= '0.6.0' %} {%- endif %} | settings {%- else %} | {%- endif %} | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{_("Still loading profiles and contacts, please wait...")}} | |||||||||||
{%- if route %} {%- endif %} | {{ p.fn }} | {% for e in p.email %}
{{ e.email }}{% if not loop.last %} {% endif %} {%- endfor %} | {{ t.stats.new }} | {{ t.stats.all }} | {%- if config.version >= '0.6.0' %} ? {%- endif %} | {%- if not (p['x-mailpile-profile-source'] or []) %} {%- endif %} {%- for ms in (p['x-mailpile-profile-source'] or []) %} {%- set source_id = ms['profile-source'] %} {%- set source = config.sources[source_id] %} {%- endfor %} {# #} | {%- if config.version >= '0.6.0' %} {%- endif %} | ||||
{{_("Master Inbox")}} {{_("Unread Mail")}} | {%- if result.profiles|length > 0 %} {{_("Browse")}} {%- endif %} {{_("Add Account")}} |