{% extends "layouts/" + render_mode + "-tall.html" %} {% block title %}{{_("Backup Reminder")}}{% endblock %} {% block content %}

{{_("Backup Reminder")}}

{{_("Your Mailpile now has {t} tags and {e} e-mails.") .format(t=(config.tags|length - 36), e=mailpile_size)}}

{{_("Please make sure you have good backups!")}}
{{_("Your Mailpile data is in these locations:")}}

{{_("It is also a good idea to write down your Mailpile password, if you think there is any chance you might forget it.")}}

{% endblock %}