Bump platform and requisition throughput on successful trades
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<th>id</th>
|
||||
<th>aggregator</th>
|
||||
<th>payees</th>
|
||||
<th>throughput</th>
|
||||
</thead>
|
||||
{% for item in requisitions %}
|
||||
<tr>
|
||||
@@ -23,6 +24,7 @@
|
||||
{{ payee.name }}{% if not forloop.last %}, {% endif %}
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td>{{ item.throughput }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user