{% 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 %} {% for item in object_list %} {% endfor %}
id user name exchange currency initial API key sandbox enabled actions
{{ 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 %}
{% if type == 'page' %} {% else %} {% endif %}
{% endcache %}