Information for link group {{ linkgroup.name }}

Platforms

{% include 'partials/platform-list.html' with object_list=platforms type=type %}

Aggregators

{% include 'partials/aggregator-list.html' with object_list=aggregators type=type %}

Requisitions

{% for item in requisitions %} {% endfor %}
id aggregator payees throughput
{{ item.id|truncatechars:20 }} {{ item.aggregator.name }} {% for payee in item.payees.all %} {{ payee.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ item.throughput }}

Platform payees

{% for item in linkgroup.payees.platform %} {% endfor %}
name address
{{ item.name }} {{ item.address }}

Requisition payees

{% for item in linkgroup.payees.requisition %} {% endfor %}
name address
{{ item.name }} {{ item.address }}

Split

attribute % graphic
platform {{ linkgroup.platform_owner_cut_percentage }}
requisition {{ linkgroup.requisition_owner_cut_percentage }}
operator {{ linkgroup.operator_cut_percentage }}
{% include 'partials/linkgroup-info-sim.html' %}