{% extends 'base.html' %} {% load i18n staticfiles %} {% block body %}

{% trans "Delete right" %}

{% csrf_token %}

Are you sure you want to stop sharing the model {{ object.ocr_model.name }} with {% if object.user %} user {{ object.user.username }} {% else %} group {{ object.group.name }} {% endif %} ?

Cancel
{% endblock body %}