{% extends "download/_base_download.html" %} {% block title %}Thank you | Download{% endblock %} {% block head_extra %}{% endblock %} {% block meta_description %}Download Ubuntu desktop, Ubuntu Server, Ubuntu for Raspberry Pi and IoT devices, Ubuntu Core and all the Ubuntu flavours. Ubuntu is an open-source software platform that runs everywhere from the PC to the server and the cloud.{% endblock %} {% block meta_copydoc %}{% endblock meta_copydoc %} {% block content %} {% if product == 'supported-platforms' %} {% with thanks_context="contacting us about supported platforms" %}{% include "shared/_thank_you.html" %}{% endwith %} {% elif product == 'qualcomm-iot' %} {% with thanks_context="contacting the Alliances team. We will be in touch shortly." %}{% include "shared/_thank_you.html" %}{% endwith %} {% else %} {% with thanks_context="contacting us about Ubuntu downloads" %}{% include "shared/_thank_you.html" %}{% endwith %} {% endif %} {% endblock content %} {% block footer_extra %} {% endblock footer_extra %}