{% if result is None %}
Success! All good, the message was sent.
{% elif result == "CAPTCHA proof required" %}

We hit a Signal rate-limit while sending the message.

Let's try the other way around: from the Signal application, please send a short message to our Signal account. Then click the "Send Test Message!" button again.

{% elif result == "Recipient not found" %}
Recipient not found. Please make sure you have entered the phone number correctly.
{% else %}
{{ result }}
{% endif %}