2022-10-21 19:44:00 +02:00
|
|
|
{% extends "_base.html" %}
|
|
|
|
{% block title %}Your account has been successfully renewed and is valid until {{ expiration_ts|format_ts("%d-%m-%Y") }}.{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<p>Your account has been successfully renewed and is valid until {{ expiration_ts|format_ts("%d-%m-%Y") }}.</p>
|
|
|
|
{% endblock %}
|