8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Your subscription will end on {{ manual_sub.end_at.format("YYYY-MM-DD") }}
|
|
|
|
Please contact us on https://app.simplelogin.io/dashboard/support to renew your subscription.
|
|
{% endblock %}
|