{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.OrderSettings' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_ordersettings request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id user name description TP SL TSL size actions
{{ item.id }} {{ item.user }} {{ item.name }} {{ item.description|truncatechars:80 }} {{ item.take_profit_percent}} {{ item.stop_loss_percent }} {{ item.trailing_stop_loss_percent }} {{ item.trade_size_percent }}
{% endcache %}