{% extends 'base.html' %} {% with active_page="profiles" %} {% block title %}Profiles{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body %}

Profiles

{% csrf_token %} Search to SH:
{% csrf_token %} Show entries
{% csrf_token %} {% for uid in uids %} {% endfor %}
Name email Enrollments Bot? Country Last Modified ids.
{{uid.profile.name}} {{uid.profile.email}} {% for enrollment in uid.enrollments %} {{enrollment}} {% endfor %} {{uid.profile.is_bot}} {{uid.profile.country.name}} {{uid.last_modified}} {{uid.identities|length}}
{% endblock %} {% endwith %}