{% extends "email/user_base.html" %} {% block content %}

Thank you for your order.

{% if model.data_available %}

Your Order is ready to be downloaded

You can view your order to download your data.

{% else %}

You should now have access to view the data from your Order page.

We are also packaging up your data, and will be in touch when there is a download available.

Please let us know if you have any questions.

{% endif %} {% endblock %}