app-MAIL-temp/templates/emails/transactional/manual-subscription-end.txt

6 lines
143 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
2022-02-16 18:52:35 +01:00
{% block content %}
Your subscription will end on {{ manual_sub.end_at.format("YYYY-MM-DD") }}
{% endblock %}