{% extends "contact-us/base_contact-us.html" %} {% block title %}Contact us{% endblock %} {% block meta_description %}Fast, easy and quick to deploy, switching to Ubuntu has never been easier{% endblock %} {% block meta_copydoc %}https://docs.google.com/document/d/1X1Qx5cimbU7D_xQKnm3se9gRDFcRDEaX5fkGR42b3yU/edit{% endblock meta_copydoc %} {% block content %} {% if product == 'kubecon19-SD' %} {% with h1="Let's meet at Kubecon Americas 2019 in San Diego", intro_text="Just fill in the form below to arrange a meeting with the Canonical / Ubuntu team at Kubecon.", formid="3394", lpId="2154", returnURL="/blog/ubuntu-kubecon-americas-2019" %} {% include "shared/_default-contact-us-form.html" %} {% endwith %} {% elif product == 'blender-support' %} {% with h1="Let's get in touch", intro_text="Blender has partnered with Canonical to offer enterprise-grade support for the Blender LTS application suite. We can help you unleash more capabilities and supply the right level of support you need to have the best, hassle-free experience.", formid="4052", lpId="", returnURL="/contact-us/form/thank-you?product=blender-support" %} {% include "shared/_default-contact-us-form.html" %} {% endwith %} {% elif product == 'ossa' %} {% with h1="Contact us about the Open Source Security Assessment", intro_text="Fill in your details below and a member of our team will be in touch.", formid="1257", lpId="2154", returnURL="/contact-us/form/thank-you" %} {% include "shared/_default-contact-us-form.html" %} {% endwith %} {% elif product == 'pro' %} {% with h1="Contact us about Ubuntu Pro", intro_text="", formid="1257", lpId="2154", returnURL="/contact-us/form/thank-you" %} {% include "shared/_pro-contact-us-form.html" %} {% endwith %} {% elif product == 'landscape' %} {% with h1="Talk to our Landscape team", intro_text="If you want to learn more about Landscape or our professional services options, meet with us and discuss your needs with one of our advisors.", formid="4473", lpId="", returnURL="/landscape/pricing" %} {% include "shared/_default-contact-us-form.html" %} {% endwith %} {% else %} {% with h1="Contact Canonical", intro_text="Just fill in the form below and a member of our team will be in touch within one working day.", formid="1257", lpId="2154", returnURL="/contact-us/form/thank-you" %} {% include "shared/_default-contact-us-form.html" %} {% endwith %} {% endif %} {% endblock content %}