{% extends 'base.html' %} {% load bootstrap %} {% block content %}

Delete file category {{ object }}

{% csrf_token %} {% with object.configuration_set.count as configuration_count %}

Do you really want to delete this file category{% if configuration_count %} used in {{ configuration_count }} configuration{{ configuration_count|pluralize }}{% endif %}?

{% endwith %}

Cancel

{% endblock %}