{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.TradingTime' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_tradingtimes request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id user name description start end actions
{{ item.id }} {{ item.user }} {{ item.name }} {{ item.description }} {{ item.get_start_day_display }} at {{ item.start_time }} {{ item.get_end_day_display }} at {{ item.end_time }}
{% endcache %}