{% extends "base.html" %} {% block content %} {% if users %}
uid | 第三方帐号 | 名字 | 头像 | 当前登录用户 |
{{ u.id }} | {% if u.social %} {{ u.social }} {% else %} {% endif %} | {{ u.username }} |
{% if u.avatar %}
|
{% if u.current %} {% else %} {% endif %} |