{% extends "pages/challenge_settings_base.html" %} {% load url %} {% load profiles %} {% load static %} {% block content %} {% block content_title %}

Users

{% endblock %}
{% block tableExtraHeaders %} {% endblock tableExtraHeaders %} {% for user in object_list %} {% block tableExtraBody %} {% endblock tableExtraBody %} {% endfor %}
Username Name Institution Department Location Website
{{ 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 }}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}