{% extends "base.html" %} {% block title %}Test Client Launch - {{ site_name }}{% endblock %} {% block content %}
Select a registered application to test its SMART on FHIR launch or register a test app.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}{{ smart_config | tojson(indent=2) }}{% else %}
Could not load SMART configuration.
{% endif %} {% if response_data %}{{ response_data | tojson(indent=2) }}{% endif %}