{% extends "support/base_support.html" %} {% block title %}Thank you | Support{% endblock %} {% block head_extra %}{% endblock %} {% block meta_description %} Ubuntu Advantage for Infrastructure provides a single subscription for security maintenance and support for your open source infrastructure, including OpenStack and Kubernetes. {% endblock %} {% block meta_copydoc %} https://docs.google.com/document/d/1Vya-1Uq7bqJ7SFQ36j9-REp1iDT3rFENjYyCzuY02r4/edit {% endblock meta_copydoc %} {% block content %} {% if product == 'education-discount' %} {% with thanks_context="contacting us about discounts for education and research" %} {% 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 %} {% endblock footer_extra %}