+
+
+ Project dump generated
+ Hello {{ user.get_full_name() }},
+ Your project dump has been correctly generated.
+ You can download it from here: {{ url }}
+ This file will be deleted on {{ deletion_date|date("r") }}.
+ The Taiga Team
+ |
+
+
+{% endblock %}
+
+{% block footer %}
+
+
+
+ {{ error_message }}
+ Hello {{ user.get_full_name() }},
+ Please, contact with the support team at support@taiga.io
+ The Taiga Team
+ |
+
+
+{% endblock %}
diff --git a/taiga/export_import/templates/emails/export_import_error-body-text.jinja b/taiga/export_import/templates/emails/export_import_error-body-text.jinja
new file mode 100644
index 00000000..6ef22223
--- /dev/null
+++ b/taiga/export_import/templates/emails/export_import_error-body-text.jinja
@@ -0,0 +1,7 @@
+Hello {{ user.get_full_name() }},
+
+{{ error_message }}
+
+Please, contact with the support team at support@taiga.io
+
+The Taiga Team
diff --git a/taiga/export_import/templates/emails/export_import_error-subject.jinja b/taiga/export_import/templates/emails/export_import_error-subject.jinja
new file mode 100644
index 00000000..67eaf97f
--- /dev/null
+++ b/taiga/export_import/templates/emails/export_import_error-subject.jinja
@@ -0,0 +1 @@
+[Taiga] {{ error_subject }}
diff --git a/taiga/export_import/templates/emails/load_dump-body-html.jinja b/taiga/export_import/templates/emails/load_dump-body-html.jinja
new file mode 100644
index 00000000..a253fe00
--- /dev/null
+++ b/taiga/export_import/templates/emails/load_dump-body-html.jinja
@@ -0,0 +1,29 @@
+{% extends "emails/base.jinja" %}
+
+{% set final_url = resolve_front_url("project", project.slug) %}
+
+{% block body %}
+
+
+
+ Project dump imported
+ Hello {{ user.get_full_name() }},
+ Your project dump has been correctly imported.
+ You can see the project here: {{ final_url }}
+ The Taiga Team
+ |
+
+
+{% endblock %}
+
+{% block footer %}
+