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

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

{{ _("I just wanted to take a moment to thank you for your donation.") }}

{{ _("If I could ask one more thing of you, could you consider converting this to a monthly donation?") }}

{{ _("Having long-term funding allows us to invest in IPFire and make it better for everyone.") }} {{ _("You can do this by clicking on this link:") }}

{{ _("Your continuing support makes a real difference!") }}
{{ _("-Michael") }}

{% end block %}