{% extends "recurring_payments/base-print.html" %} {% load base_tags %} {% load base_filters %} {% load perm_tags %} {% block title %}{% trans 'Recurring Payment Receipt' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'Subtotal' %}: | {{ invoice.subtotal|format_currency }} |
{% trans 'Tax' %}: | {{ invoice.tax|format_currency }} |
{% trans 'Total' %}: | {{ invoice.total|format_currency }} |