{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {{ 'Pay Invoice'|trans }} {% endblock %} {% block recordLength %} {% endblock %} {% block MainContent %} {# Total amount #} {% set invoiceTotalAmount = invoice.getTotalAmountOfInvoice %}
{{ 'User name' | trans }} | {{ invoice.getInvoiceGeneratedForUnregisterUsername is empty ? invoice.getInvGeneratedFor.getFName : invoice.getInvoiceGeneratedForUnregisterUsername ~ ' (Un-register user)' }} |
---|---|
{{ 'Ref#' | trans }} | {{ invoice.getInvReference }} |
{{ 'Invoice date' | trans }} | {{ date_format( invoice.getInvGeneratedDatetime) }} |
{{ 'Due date' | trans }} | {{ date_format( invoice.getInvDueDate) }} |