{% extends "base.html" %} {% load formatters %} {% block title%}

User Profile

{% endblock title%} {% block body %}
{{ user.id }}
{{ user.uniq }}
{{ user.invitations }}
GiB
{{ user.auth_token }}
{{ user.auth_token_created }}
{{ user.auth_token_expires }}
{{ user.created }}
{{ user.updated }}
{% endblock body %}