{% extends "training/_base_training.html" %}
{% block title %}Thank you{% endblock %}
{% block canonical_url %}https://ubuntu.com/training/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 == 'kubeflow-training-onsite' %}
{% with thanks_context="enquiring about our Kubeflow training course" %}{% include "shared/_thank_you.html" %}
{% endwith %}
{% elif product == 'maas-training-onsite' %}
{% with thanks_context="enquiring about our MAAS Deployment and Operations training course" %}{% include "shared/_thank_you.html" %} {% endwith %}
{% elif product == 'landscape-training-onsite' %}
{% with thanks_context="enquiring about our Landscape Deployment and Operations training course" %}{% include "shared/_thank_you.html" %} {% endwith %}
{% elif product == 'juju-administrator-training-onsite' %}
{% with thanks_context="enquiring about our Juju Administrator training course" %}{% include "shared/_thank_you.html" %} {% endwith %}
{% elif product == 'charm-developer-training-onsite' %}
{% with thanks_context="enquiring about our Charm Developer training course" %}{% include "shared/_thank_you.html" %} {% endwith %}
{% elif product == 'snapcraft-101' %}
{% with thanks_context="enquiring about our Snapcraft 101 training course" %}{% include "shared/_thank_you.html" %} {% endwith %}
{% else %}
{% with thanks_context="enquiring about training" %}{% include "shared/_thank_you.html" %}{% endwith %}
{% endif %}
{% endblock content %}
{% block footer_extra %}
{{ marketo }}
{% endblock footer_extra %}