{% extends "openstack/_base_openstack.html" %}
{% block title %}Thank you{% endblock %}
{% block canonical_url %}https://ubuntu.com/cloud/contact-us{% endblock %}
{% block meta_copydoc %}
https://docs.google.com/document/d/1-dWhd0ydDWlYg16rEybPPmkQ6cdxsBmiFOuUz0ApCBM/edit
{% endblock meta_copydoc %}
{% block head_extra %}{% endblock %}
{% block content %}
{% if product == 'openstack-training' %}
{% with thanks_context="enquiring about our training courses" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'openstack-training-classroom' %}
{% with thanks_context="enquiring about our classroom training courses" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'openstack-training-onsite' %}
{% with thanks_context="enquiring about our on-site training courses" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'openstack-training-server-admin' %}
{% with thanks_context="enquiring about our server admin training courses" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'ubuntu-advantage-storage' %}
{% with thanks_context="enquiring about Ubuntu Advantage Storage" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'openstack-managed-cloud' or product == 'openstack-managed-cloud-demo' %}
{% with thanks_context="enquiring about a BootStack managed cloud" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'foundation-cloud' %}
{% with thanks_context="enquiring about Private Cloud Build" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'rfp' %}
{% with thanks_context="enquiring about your RFP" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% else %}
{% with thanks_context="contacting our team.", thanks_message="We will be in touch shortly." %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% endif %}
{% endblock content %}
{% block footer_extra %}
{{ marketo }}
{% endblock footer_extra %}