{% extends "layout.html" %} {% block title %} Update billing period - {{cfg("sr.ht", "site-name")}} {% endblock %} {% block content %}

Thank you for supporting {{cfg("sr.ht", "site-name")}}! {% if current_user.user_type != UserType.active_paying %} You will be charged when you click "submit payment", and your plan will be automatically renewed at the end of the term. {% endif %}

Confirm subscription details

{{csrf_token()}}
Payment term
{% if current_user.user_type == UserType.active_paying %}
Your account is paid for and up-to-date. These changes will take effect at the start of your next billing period ({{current_user.payment_due | date}}).
{% endif %}
{% endblock %}