{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Trade' 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 ref buyer amount crypto provider actions
{{ item.reference }} {{ item.buyer }} {{ item.amount_fiat }} {{ item.currency }} {{ item.amount_crypto }} XMR {{ item.provider }}
{% endfor %} {# endcache #}