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

Delete '{{ object.name }}' category

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

Are you sure you want to delete the category?

All transactions linked to this category won't be deleted but will loose the entry for the category

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