{% extends "base.html" %} {% block title %}Thanks — Document X-Ray{% endblock %} {% block body %}

Got it.

{% if interest == 'audit' %}

We have {{ email }}. You will get a scope and a date back, or an honest note that an audit is not worth it at your volume.

{% elif interest == 'platform' %}

We have {{ email }}. You will get a straight answer on whether embedding makes sense for your product, including if the answer is that you should build it yourself.

{% else %}

We have {{ email }}. We will come back with a scan of documents like yours rather than a brochure.

{% endif %} Scan something in the meantime
{% endblock %}