{% extends "advantage/base_advantage.html" %} {% block title %}Thank you for your purchase{% endblock %} {% block content %}

Thanks for your order!

{% if email %}

We've sent your invoice to {{ email }}.

{% endif %}

You can also view and download your invoice anytime by visiting here.

{{ image( url="https://assets.ubuntu.com/v1/52d53696-picto-thankyou-midaubergine.svg", alt="", width="200", height="200", hi_def=True, loading="auto" ) | safe }}
{% include "shared/_thank_you_footer.html" %} {% endblock %}