{% extends "base.html" %} {% block title %}{{ app.name }}{% endblock %} {% block content %}
Description: {{ app.description }}
Developer: {{ app.developer }}
Contact Email: {{ app.contact_email }}
Launch URL: {{ app.launch_url }}
Client ID: {{ app.client_id }}
Scopes: {{ app.scopes }}
{% if app.website %}Website: {{ app.website }}
{% endif %} {% if app_categories %}Categories: {{ app_categories | map(attribute='name') | join(', ') }}
{% endif %} {% if app_specialties %}Specialties: {{ app_specialties | map(attribute='name') | join(', ') }}
{% endif %} {% if app_os_supports %}OS Support: {{ app_os_supports | map(attribute='name') | join(', ') }}
{% endif %} {% if app_ehr_supports %}EHR Support: {{ app_ehr_supports | map(attribute='name') | join(', ') }}
{% endif %} {% if app.app_images %}