{% extends 'default.html' %} {% block title %} Billing {% endblock %} {% block head %} {% endblock %} {% block default_content %}
You are on the {{ current_user.get_subscription().plan_name() }} plan. Thank you very much for supporting SimpleLogin. 🙌
{% if sub.cancelled %}Sad to see you go 😢. Your subscription ends {{ current_user.get_subscription().next_bill_date | dt }}.
{% else %}