diff --git a/app/sso/templates/sso/lookup/lookuplist.html b/app/sso/templates/sso/lookup/lookuplist.html index 46d2d46..cdabad4 100644 --- a/app/sso/templates/sso/lookup/lookuplist.html +++ b/app/sso/templates/sso/lookup/lookuplist.html @@ -4,12 +4,21 @@ {% block content %} + +

More than one user was found matching your criteria:

- + + + + + + {% for user in users %} + {% if user.get_profile.primary_character %}{% else %}{% endif %} + {% endfor %} + +
UserPrimary CharacterCorpAlliance
{{ user.username }}{{ user.get_profile.primary_character }}{{ user.get_profile.primary_character.corporation }}{{ user.get_profile.primary_character.corporation.alliance }}
{% endblock %}