{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block actions %} {% if perms.utils.add_tag %} Add {% endif %} {% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}
{% include 'generic/object_list.html' with bulk_edit_url='utils:tag_bulk_edit' bulk_delete_url='utils:tag_bulk_delete' %}
{% include 'utils/search_form.html' %}
{% endblock %}