{% extends 'silverstrike/base.html' %} {% load i18n %} {% load widget_tweaks %} {% block content_header %}

{% blocktrans with object_name=object.name %}Delete '{{ object_name }}' category{% endblocktrans %}

{% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Are you sure you want to delete the category?' %}

{% trans "All transactions linked to this category won't be deleted but will loose the entry for the category" %}

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