{% extends 'learning/_includes/modals/base.html' %} {% load i18n %} {# object : instance of BasicModelMixin #} {# object_collaborator : instance of ObjectCollaboratorMixin#} {# target_url : URL to be used in the url template tag, the URL that actually removes the collaborator #} {% block modal_id %}delete-collaborator-{{ object_collaborator.collaborator.id }}-from-{{ object.slug }}{% endblock %} {% block modal_aria_label %}delete-collaborator-{{ object_collaborator.collaborator.id }}-from-{{ object.slug }}{% endblock %} {% block modal_header %}
{% trans "By removing it from your collaborators, the user will lose its rights and will no longer be able to help you writing." %}