{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% block title %}You are about to cancel your subscription{% endblock %} {% block body %}
{% call f.form_tag('billing.cancel') %}

Cancel subscription

Hi {{ current_user.name }},
Before you cancel your account, please read the following:

  • You will no longer be billed
  • You will lose access to the leaderboard
  • Your account will remain open
  • You may subscribe again in the future
{% endcall %}
{% endblock %}