{% load i18n %}

{% translate 'Deduction changed' %}

{{obj_identifier}}


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

{% translate 'a deduction of this eco account has changed:' %}

{% translate 'Attribute' %} {% translate 'Old' %} {% translate 'New' %}
{% translate 'EcoAccount' %} {{data_changes.account.old}} {{data_changes.account.new}}
{% translate 'Intervention' %} {{data_changes.intervention.old}} {{data_changes.intervention.new}}
{% translate 'Surface' %} {{data_changes.surface.old}} m² {{data_changes.surface.new}} m²


{% translate 'If this should not have been happened, please contact us. See the signature for details.' %}

{% translate 'Best regards' %}
KSP


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