{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Platform' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_platform_trades request.user.id object_list type last #} {% for platform_name, trade_map in object_list.items %}
id | ref | buyer | amount | crypto | provider | type | actions | {% for item in trade_map.values %}
---|---|---|---|---|---|---|---|
{{ item.reference }}
|
{{ item.data.buyer.username }} | {{ item.data.amount }} {{ item.data.currency }} | {{ item.data.amount_xmr }} XMR | {{ item.data.advertisement.payment_method }} | {{ item.data.advertisement.trade_type }} |