{% extends "challenge.html" %} {% load url from grandchallenge_tags %} {% load user_profile_link from profiles %} {% block content %} {% block content_title %}
Username | Name | Institution | Department | Country | Website | {% block tableExtraHeaders %} {% endblock tableExtraHeaders %}|
---|---|---|---|---|---|---|
{{ user|user_profile_link }} | {{ user.get_full_name }} | {{ user.email }} | {{ user.user_profile.institution }} | {{ user.user_profile.department }} | {{ user.user_profile.country.name }} | {{ user.user_profile.website }} | {% block tableExtraBody %} {% endblock tableExtraBody %}