diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index 54aed49..5cbc844 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -21,6 +21,21 @@ {% endfor %} {% endif %} + +
+{% if user.application_set.all %} +

Applications

+ + +{% for app in user.application_set.all %} + + + + +{% endfor %} +
IDCharacterApplied ToStatus
{{ app.id }}{{ app.character }}{{ app.corporation }}{{ app.get_status_display }}
+{% endif %} +

Eve API Keys

{% if eveaccounts %}