app-MAIL-temp/templates/emails/transactional/subscription-cancel.txt

9 lines
151 B
Plaintext
Raw Normal View History

2022-02-21 15:10:22 +01:00
{% extends "base.txt.jinja2" %}
2022-02-21 15:10:22 +01:00
{% block content %}
Your subscription will end at {{end_date}}.
Thanks for giving SimpleLogin a try!
2022-02-21 15:10:22 +01:00
{% endblock %}