mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
5 lines
143 B
Text
5 lines
143 B
Text
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Your subscription will end on {{ manual_sub.end_at.format("YYYY-MM-DD") }}
|
|
{% endblock %}
|