<% payer = report.get_drawee() %> <% recipient = report.get_recipient() %>

${ report.get_subtitle() }

% if payer: % endif % if recipient and recipient.individual: % elif recipient and recipient.company: % else: % endif
${ _("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:") }${ recipient.individual.cpf or recipient.individual.cpf or ''}${ recipient.company.cnpj or ''}
${ _("Address:") } ${ recipient and recipient.get_address_string() or ''}

 

${ _("Recipient") }