{% extends "layouts/" + render_mode + ".html" %} {% block title %}{{ message }}{% endblock %} {% block content %}
{% if result.recurse %} {{_("Search Folder")}}: {%- for path in result.paths %} {{ path }} {%- endfor %} {% else %} {{_("Mailbox Settings")}}: {%- for path in result.adding %} {{ path }} {%- endfor %} {%- for path, info in result.configure %} {{ path }} {%- endfor %} {% endif %}
FIXME: This folder contains {{ result.adding|length }} new mailboxes. This folder contains {{ result.configure|length }} mailboxes already in your pile. Add them to your mailpile using the settings below?