{% load querystring from django_tables2 %} {% if actions %}
{% csrf_token %}
0 of {{ table.rows|length }} rows selected
Actions
{% for action in actions %}
{{ action.1 }}
{% endfor %}
{% endif %}