Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 3m21s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
19 lines
418 B
HTML
19 lines
418 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% call text() %}
|
|
<h1>Your subscription is ending soon.</h1>
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
Your subscription ends on
|
|
<b>{{ coinbase_subscription.end_at.format("YYYY-MM-DD") }}</b>
|
|
{% endcall %}
|
|
|
|
{{ render_button("Extend your subscription", extend_subscription_url) }}
|
|
{{ render_text('Best,
|
|
<br />
|
|
SimpleLogin Team.') }}
|
|
{% endblock %}
|