{% extends "security/base_security.html" %}
{% block title %}Thank you | Security{% 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 == 'docker' %}
{% with thanks_context="about LTS Docker Images" %}{% include "shared/_thank_you.html" %}{% endwith %}
{% elif product == 'fips' %}
{% with thanks_context="your interest in FIPS 140-3 and Ubuntu", thanks_message="Thank you for registering your interest in the OpenJDK for FIPS beta programme. If selected as a participant, you will receive an email from Canonical with more details on getting started." %}{% include "shared/_thank_you.html" %}{% endwith %}
{% elif product == 'esm' %}
{% with thanks_context="contacting our team.", thanks_message="We will be in touch shortly." %}{% include "shared/_thank_you.html" %}{% endwith %}
{% else %}
{% with thanks_context="contacting us about Ubuntu Advantage for Infrastructure" %}{% include "shared/_thank_you.html" %}{% endwith %}
{% endif %}
{% endblock content %}
{% block footer_extra %}
{% endblock footer_extra %}