{% 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 Info Website
{{ user|user_profile_link }} {{ user.user_profile.user_info }} {% if user.user_profile.website %} {% endif %}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}