{% extends '_base.html' %} {% load buttons %} {% block content %}

{% block title %}Tags{% endblock %}

{% include 'utilities/obj_table.html' with bulk_delete_url='extras:tag_bulk_delete' %}
{% endblock %}