{% extends "email/layout.html" %} {% block body %}
Dear {{account.first_name | default("", False)}} {{account.last_name | default("", False)}},
Thank you for submitting your dataset '{{dataset.title}}' to {{site_name}}. We hereby confirm we have received your dataset submission.
A reviewer will contact you about publishing it in the {{site_name}} repository.
This is an automated message. If you have any questions, please contact {{support_email}}.
{% endblock %}