{% extends "containers/base_containers.html" %} {% block title %}Thank you | Containers{% endblock %} {% block head_extra%}{% endblock %} {% block meta_copydoc %}https://docs.google.com/document/d/17WtTD1VsXnMlsI7qp67hkJhItU6XUcSmIYzGv06we7k/edit{% endblock meta_copydoc %} {% block canonical_url %}https://ubuntu.com/containers/contact-us{% endblock %} {% block content %} {% if product == 'containers-kubernetes' %} {% with thanks_context="enquiring about Charmed Kubernetes" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'containers-kubernetes-foundation' %} {% with thanks_context="enquiring about the Enterprise Kubernetes Packages" %}{% include "shared/_thank_you.html" %}{% endwith %} {% else %} {% with thanks_context="enquiring about containers" %}{% include "shared/_thank_you.html" %}{% endwith %} {% endif %} {% endblock content %} {% block footer_extra %} {{ marketo }} {% endblock footer_extra %}