{% extends "logs/layout.html" %} {% block content %}

{{message}}


{{_("Mailpile will by default give hints now and then to help you get more out of the application.")}} {{_("Here you can see a list of all the hints and when they are scheduled for display.")}} {{_("Clicking on a hint will display more information.")}}

{% for hint in result.hints %} {% endfor %}
{{_("Days")}}{{_("Hint")}}
{%- if hint.in_days < 1 %} due {%- else %} {{- hint.in_days }} {%- endif %} {%- if not hint.applies %}{% endif %} {{ hint.message2 }} {%- if not hint.applies %}{% endif %} {%- if not hint.applies %} {%- elif hint.displayed %} {%- endif %}

{{_("Note: Some hints are context sensitive and may no longer apply; those hints are still listed, but crossed out.")}}

{% endblock %}