{% extends "pages/challenge_settings_base.html" %} {% load url %} {% load profiles %} {% load static %} {% block content %} {% block content_title %}
| Username | Name | Institution | Department | Location | Website | {% block tableExtraHeaders %} {% endblock tableExtraHeaders %}
|---|---|---|---|---|---|
| {{ user|user_profile_link }} | {{ user.get_full_name }} | {{ user.user_profile.institution }} | {{ user.user_profile.department }} | {{ user.user_profile.country.name }} | {{ user.user_profile.website }} | {% block tableExtraBody %} {% endblock tableExtraBody %}