13 lines
529 B
HTML
13 lines
529 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<h3>Subscription Payment Failure</h3>
|
|
|
|
Your recent payment for account {{ username | user_reference }} failed, which usually results in our payments processor canceling
|
|
your subscription automatically. If you would like to continue to use {{ app_title }} without interruption,
|
|
please add a new card to {{ app_title }} and re-subscribe to your plan.<br>
|
|
<br>
|
|
You can find the card and subscription management features under your {{ username | admin_reference }}<br>
|
|
|
|
{% endblock %}
|