{%- from "templates/print_formats/standard_macros.html" import add_header -%}
{%- if not doc.get("print_heading") and not doc.get("select_print_heading") and doc.set("select_print_heading", _("Payment Receipt Note")) -%}{%- endif -%} {{ add_header(0, 1, doc, letter_head, no_letterhead, print_settings) }} {%- for label, value in ( (_("Received On"), frappe.utils.format_date(doc.voucher_date)), (_("Received From"), doc.pay_to_recd_from), (_("Amount"), "
" + doc.get_formatted("total_amount") + "
" + (doc.total_amount_in_words or "") + "
"), (_("Remarks"), doc.remark) ) -%}
{{ label }}
{{ value }}
{%- endfor -%}
{{ _("For") }} {{ doc.company }},
{{ _("Authorized Signatory") }}