{% load cache %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_signal_accounts request.user.id object_list type service %} {% if service_warning %}
{{ service_warning }}
{% endif %} {% for item in object_list %} {% endfor %}
{{ service_label|default:"Service" }} account actions
{{ item }}
{% if show_contact_actions %} {% if type == 'page' %} {% else %} {% endif %} {% endif %}
{% csrf_token %}
{% endcache %}