{% extends 'base.html' %} {% block content %}

Profile

{% if not user.is_remote %} {% endif %}
username {{ user.username }}
email {{ user.email }}
superuser? {{ user.is_superuser|yesno }}
remote? {{ user.is_remote|yesno }}
API Token? {% if user.api_token %} yes {% else %}
{% csrf_token %} no
{% endif %}
Password Change password
Verification devices Manage your verification devices
{% endblock %}