{% extends 'templates/base.html' %} {% block title %}{{super()}} | Admin{% endblock %} {% block head %} {{super()}} {% endblock %} {% block main %}

Users

Total: {{total}}

{% for usr in users %} {% endfor %}
Name Slug Joined Last login Moved Social Edit
{{usr.name}} /{{usr.slug}} {% if usr.auth.google %}G{% endif %} {% if usr.auth.facebook %}F{% endif %} {% if usr.auth.twitter %}T{% endif %} DELETE
{% endblock %}