{% 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 %}

{{ platform_name }}

{% for item in trade_map.values %} {% endfor %}
id buyer seller amount crypto provider type actions
{{ item.data.buyer.username }} {{ item.data.seller.username }} {{ item.data.amount }} {{ item.data.currency }} {{ item.data.amount_xmr }} XMR {{ item.data.advertisement.payment_method }} {{ item.data.advertisement.trade_type }}
{% endfor %} {# endcache #}