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

{{ _("Hi %s,") % account.first_name }}

{{ _("IPFire is a crowd-funded project. It relies on donations from people like you. Thank you for your donation to the IPFire Project.") }}

{{ _("Further support is needed to continue our development. Please consider us on a regular basis. It really does make a difference.") }}

{{ _("You can again donate by heading to:") }} https://www.ipfire.org/donate

{{ _("Or, what would help us even more, is setting up a monthly donation:") }}

{{ _("Having regular support allows us to make long-term development decisions.") }}

{{ _("On behalf of the whole team behind IPFire: Thank you!") }}

{% end block %}