{% extends "meta.html" %} {% import "partials/invoice.html" as invoice %} {% set address = user.address %} {% set default_method = user.default_method %} {% set invoices = user.invoices.results %} {% set methods = user.methods %} {% set sub = user.subscription %} {% block title %}
Your most recent {% if sub.interval == PaymentInterval.MONTHLY %} monthly {% else %} annual {% endif %} payment {% if sub["payment"]["error"] %} failed: {{ sub["payment"]["error"] }} {% else %} failed. {% endif %} You have an outstanding balance of {{sym}}{{"{:.2f}".format(sub.total / 100.0)}}. Your access to paid features may be affected as a consequence.
Your payment will be automatically retried over the next few days. You may also consider the following solutions: