{% extends 'D2PartnerBundle::base.html.twig' %} {% macro allocation_item_row(item) %}
{{ form_label(item.partner_invoice) }} | {{ form_widget(item.partner_invoice) }} | {{ form_errors(item.partner_invoice) }} |
{{ form_label(item.amount) }} | {{ form_widget(item.amount) }} | {{ form_errors(item.amount) }} |
Partner Payment
.