{% extends "corbo/manage.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% blocktrans with name=object.name %} Are you sure you want to delete category "{{ name }}"? {% endblocktrans %}

{% trans "All its announces of will be also deleted" %}

{% trans 'Cancel' %}
{% endblock %}