{% extends "common/base.html" %}{% load i18n %}{% load static %}{% load jsplugins %} {% block title %}{% trans "Delete the cartridge name" %}{% endblock %} {% block breadcrumbs %}home_ico / {% trans "References" %} / {% trans "Names cartidges" %} / {% trans "Delete the cartridge name" %}{% endblock %} {% block jqueryui %} {% endblock %} {% block content %}
{{name}}      {% trans 'The number of cartridges' %} - {{count_cart}}
{% csrf_token %}

{% trans 'Option 1' %}
{% trans 'If you confirm the deletion, all created cartridges will be without titles.' %}

{% trans "Back" %} {% trans 'Delete' %}
{% if count_cart %}

{% trans 'Option 2' %}
{% trans 'Replace all names current name new.' %}

{% endif %}
{% endblock %}