{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Delete Tag" %}

{% blocktrans with tag_name=tag.name %} Are you sure you want to delete the tag "{{ tag_name }}"? This action cannot be undone. {% endblocktrans %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}