{{ extends 'global/Page.html' }} {{ block title }}API Connection Test{{ endblock }} {{ block content }}

API Connection Test Results

{# This will NEVER crash - uses guaranteed variables #} {{ if has_error }}

Error

{{ error_message }}
{{ else }}

API Status Code: {{ api_status }}

API Response:

{{ api_response|json }}

Participant Variables:

{{ participant_vars|json }}
{{ endif }} {{ next_button }} {{ endblock }}