{% load i18n %}

{% trans 'Shared data unrecorded' %}

{{obj.identifier}}


{% trans 'Hello team' %} {{team.name}},

{% trans 'the following dataset has just been unrecorded' %}
{{obj.identifier}}
"{{obj.title}}"

{% trans 'This entry is located in' %} {% trans 'Unknown - No administrative location recognized' %}
{% endfor %} {% trans 'This means the data is no longer publicly available.' %}

{% trans 'Best regards' %}
KSP


{% trans 'Please note: Unrecorded intervention means the compensations are unrecorded as well.' %}

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