{% extends "../../messages/base.html" %} {% block content %}

{{ _("Hello once again, %s,") % account.first_name }}

{{ _("we hope you are enjoying using IPFire.") }}

{{ _("Did you know that you can get help from our community at https://community.ipfire.org?") }} {{ _("People like me often post on here, providing help and support.") }}

{{ _("But we also rely on you donations. Please consider helping us by setting up a small monthly donation:") }}

{{ _("Thank you, we really appreciate your support,") }}
{{ _("-Arne")}}

{% end block %}