{% extends "meta.html" %} {% block title %}
You are subscribed to paid services with {% if sub.interval == PaymentInterval.monthly %} monthly {% else %} annual {% endif %} payments of ${{"{:.2f}".format(sub.amount / 100.0)}}. method to restore access to paid services.
{% elif current_user.payment_status == PaymentStatus.free %} {% endif %}
Paid {{invoice.created | date}}
Valid for service until {{invoice.valid_thru | date}}
{% if invoice.comment %}
{{invoice.comment}}
{% endif %}