{% extends "layout.html" %} {% block scripts %} {% endblock %} {% block body %}

Invoice to {{ _cfg("your-name") }}

Invoice for ${{"{:.2f}".format(invoice.amount / 100)}}

{{invoice.comment}}

Powered by fosspay.

{% endblock %}