{% if settings.TRAXAUTH_ENABLE_GRAVATAR_SUPPORT %} {% gravatar_for_email profile.user.email %} {% endif %} {% firstof profile.user.get_full_name profile.user.username %}
{% endfor %}
{% paginate %}
{% else %}
You do not have permission to view the user list.
{% endif %}