{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Account' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_accounts request.user.id object_list type last %}
id | user | name | exchange | currency | initial | API key | sandbox | enabled | actions | {% for item in object_list %}
---|---|---|---|---|---|---|---|---|---|
{{ item.id }} | {{ item.user }} | {{ item.name }} | {{ item.exchange }} | {{ item.currency }} | {{ item.initial_balance }} | {{ item.api_key }} | {% if item.sandbox %} {% else %} {% endif %} | {% if item.enabled %} {% else %} {% endif %} |