{% extends "kubernetes/base_kubernetes.html" %} {% block title %}Thank you | Kubernetes{% endblock %} {% block head_extra%}{% endblock %} {% block meta_copydoc %}https://docs.google.com/document/d/1rkHUgJ4WqEL9Eu7GFgikr5dtIRVYNDjl8YV-tU4irLg/edit{% endblock meta_copydoc %} {% block content %} {% if product == 'kubernetes' %} {% with thanks_context="enquiring about Kubernetes" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-managed' %} {% with thanks_context="enquiring about Managed Kubernetes" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-install' %} {% with thanks_context="enquiring about Kubernetes" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-kubeadm' %} {% with thanks_context="enquiring about kubeadm" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'multicloud' %} {% with thanks_context="contacting us about multicloud." %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-features' %} {% with thanks_context="enquiring about Kubernetes" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-consulting' %} {% with thanks_context="enquiring about Kubernetes consulting" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-add-on' %} {% with thanks_context="enquiring about the Kubernetes AI/ML add-on" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'kubernetes-support' %} {% with thanks_context="enquiring about Kubernetes support" %}{% include "shared/_thank_you.html" %}{% endwith %} {% else %} {% with thanks_context="enquiring about Kubernetes" %}{% include "shared/_thank_you.html" %}{% endwith %} {% endif %} {% endblock content %} {% block footer_extra %} {{ marketo }} {% endblock footer_extra %}