{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Payout' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_apayouts request.user.id object_list type last #}
id | user | wallet | amount | description | ts | actions | {% for item in object_list %}
---|---|---|---|---|---|---|
{{ item.user }} | {{ item.amount }} | {{ item.description }} | {{ item.ts }} |