{% extends "layout.html" %} {% block title %} Add payment method - {{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 %} Your payment information is securely processed by Stripe.

Payment information

{% endblock %}