{% if ui_from_profiles %} {% extends "layouts/" + render_mode + "-tall.html" %} {% else %} {% extends "logs/layout.html" %} {% endif %} {% block title %}{{_("Preferences")}}{% endblock %} {% block content %}
{{_("Your settings have been saved.")}}
{{_("Here you can customize how search results and tag views are displayed.")}} {{_("The ordering and grouping options determine whether messages are grouped together into conversations or not, and which results are sorted to the top of the list.")}}
{{_("The display density determines how tightly the results are packed together on your screen.")}}
{{_("Search results per page")}}: {% for val in rpp_opts %} {{ val }} {% endfor %}
{{_("Ordering and grouping")}}: {% for val, txt in orders %} {{ txt }} {% endfor %}
{{_("Display density")}}: {{_("Comfy")}} {{_("Cozy")}} {{_("Snug")}}
{{_("Mailpile is translated to many languages.")}} {{_("The translation only applies to the application, not the e-mails themselves.")}}
{{_("Note that some translations may be incomplete.")}}
{{_("Help translate Mailpile")}}.
{{_("User interface language")}}: {%- set selected = { (config.prefs.language or 'C'): ' selected' } %} {%- for lc, txt in languages %} {{ txt }} {%- endfor %}
{{ label }} {{_("On")}} {{_("Off")}}
{{_("Be careful!")}} {{_("These are technical settings which may interfere with normal use of Mailpile.")}} {{_("If Mailpile came with a warranty, changing these would invalidate it.")}}