id | aggregator | payees | throughput | {% for item in requisitions %}
---|---|---|---|
{{ item.id|truncatechars:20 }} | {{ item.aggregator.name }} | {% for payee in item.payees.all %} {{ payee.name }}{% if not forloop.last %}, {% endif %} {% endfor %} | {{ item.throughput }} |
name | address | {% for item in linkgroup.payees.platform %}
---|---|
{{ item.name }} | {{ item.address }} |
name | address | {% for item in linkgroup.payees.requisition %}
---|---|
{{ item.name }} | {{ item.address }} |
attribute | % | graphic |
---|---|---|
platform | {{ linkgroup.platform_owner_cut_percentage }} | |
requisition | {{ linkgroup.requisition_owner_cut_percentage }} | |
operator | {{ linkgroup.operator_cut_percentage }} |