{% load cache %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_signal_accounts request.user.id object_list type %} {% for item in object_list %} {% endfor %}
number actions
{{ item }}
{% if type == 'page' %} {% else %} {% endif %}
{% csrf_token %}
{% endcache %}