| ${ _('Drawee') } | |||
| ${ _("I/We Received from:") } | ${ payer.name } | ||
| ${ _("Address:") } | ${ payer.get_address_string() } | ||
| ${ _("The importance of:") } | ${ get_price_as_cardinal(report.payment.value).upper() } | ||
| ${ _("Referring to:") } | ${ report.payment.description } | ||
| ${ _('Recipient') } | |||
| ${ _("Recipient:") } | ${ recipient and recipient.name or '' } | ||
| ${ _("RG/CPF/CNPJ:") } | % if recipient and recipient.individual:${ recipient.individual.cpf or recipient.individual.cpf or ''} | % elif recipient and recipient.company:${ recipient.company.cnpj or ''} | % else:% endif |
| ${ _("Address:") } | ${ recipient and recipient.get_address_string() or ''} |
${ _('Recipient') }