{% extends 'squid/exclude/tabs.html' %} {% block box_content %}
{% csrf_token %} {% for object in object_list %} {% empty %} {% endfor %}
{{object.value|truncatechars:70}} {{object.comment|truncatechars:70}} {{object.bypass_as_string|truncatechars:70}}
No items found, click Add New or Import to add new items to the list.
{% endblock %}