DEBSOURCES
Skip Quicknav
sources / python-django / 1.4.5-1%2Bdeb7u16 / django / contrib / auth / tests / templates / context_processors / auth_attrs_user.html
1234
{% load url from future %}unicode: {{ user }} id: {{ user.id }} username: {{ user.username }} url: {% url 'userpage' user %}