{% extends "base.html" %} {% block title %}Gallery{% endblock %} {% block content %}

Explore SMART on FHIR apps. Filter above to find the perfect app.

{% if apps %}
{% for app in apps %}
{% if app.logo_url %} {{ app.name }} logo {% else %} No Logo {% endif %}
{{ app.name }}

{{ app.description | truncate(100) }}

By {{ app.developer }}

View Details
{% endfor %}
{% else %}

No apps match your filters. Try adjusting the filters above.

{% endif %}
{% endblock %}