{{ "Username" | tr }} | {{ "Type" | tr }} | {{ "Status" | tr }} | {{ "Real Name" | tr }} | {{ "IRC Nick" | tr }} | {{ "PGP Key Fingerprint" | tr }} | {{ "Edit Account" | tr }} |
---|---|---|---|---|---|---|
{{ user.Username }} | {{ user.AccountType.AccountType }} | {{ "Suspended" if user.Suspended else "Active" }} | {{ user.RealName | e }} | {{ user.IRCNick | e }} | {{ user.PGPKey or '' | e }} | {% if request.user.can_edit_user(user) %} {{ "Edit" | tr }} {% endif %} |