{% load i18n %}

{% trans 'Shared data deleted' %}

{{obj_identifier}}


{% trans 'Hello ' %} {{user.username}},
{% trans 'the following dataset has just been deleted' %}
{{obj_identifier}}
"{{obj_title}}"
{% trans 'If this should not have been happened, please contact us. See the signature for details.' %}

{% trans 'Best regards' %}
KSP


{% include 'email/signature.html' %}