{% extends "robotics/base_robotics.html" %}
{% block title %}Thank you | Ubuntu for the Robotics{% endblock %}
{% block head_extra%}{% endblock %}
{% block content %}
{% if product == 'newsletter' %}
{% with thanks_context="subscribing!", thanks_message="You will now begin receiving our Robotics newsletter. You may unsubscribe any time by clicking the link in the email." %}{% include "shared/_thank_you.html" %}{% endwith %}
{% else %}
{% with thanks_context="your interest in Ubuntu for Robotics", thanks_message="A member of our team will follow up with you shortly." %}{% include "shared/_thank_you.html" %}{% endwith %}
{% endif %}
{% endblock content %}
{% block footer_extra %}
{% endblock footer_extra %}