{% extends 'base.html' %}
{% block title %}Delete Tag - Optinet Global Links{% endblock %}
{% block content %}
Delete Customer Tag
Warning! This action cannot be undone.
Are you sure you want to delete the tag "{{ object.name }}"?
{% if object.customers.count > 0 %}
This tag is currently assigned to {{ object.customers.count }} customer{{ object.customers.count|pluralize }}.
The tag will be removed from all customers.