{% extends 'layout.html' %} {% from 'macros/basic.html' import octicon without context %} {% block body %} {% set account = user.user_account %}

{{ user.login }} «administration»

avatar
Login {{ user|gh_user_link }}
Name {{ user.name }}
Email {{ user.email|email_link }}
Company {{ user.company }}
Location {{ user.location }}
URL {{ user.blog_url|ext_link }}
Hireable {{ user.hireable|yes_no }}
Bio {{ user.description }}
{% if account.active %} {% else %} {% endif %}

Roles

Repositories

{% endblock %}