2020-02-23 11:01:23 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-04-08 23:08:34 +02:00
|
|
|
|
|
|
|
{% call text() %}
|
2022-06-29 11:28:26 +02:00
|
|
|
<h1>
|
|
|
|
Your subscription will end on <b>{{ manual_sub.end_at.format("YYYY-MM-DD") }}</b>
|
|
|
|
</h1>
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{% call text() %}
|
2023-01-11 14:29:41 +01:00
|
|
|
Please <a href="https://app.simplelogin.io/dashboard/support">contact us</a>
|
2022-06-29 11:28:26 +02:00
|
|
|
to renew your subscription.
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{{ render_text('Thanks,
|
|
|
|
<br />
|
|
|
|
SimpleLogin Team.') }}
|
2020-02-23 11:01:23 +01:00
|
|
|
{% endblock %}
|