Applications


(% if apps.is_empty() %)

No linked applications available

(% else %)
(% for app in apps %)
(% match app %) (% when AppLink::Oauth2 with { name, display_name, redirect_url, has_image } %) (% if has_image %) ((display_name)) icon (% else %) missing-icon icon (% endif %) (% endmatch %)
(% endfor %)
(% endif %)