{% extends "oj_base.html" %} {% block title %} {{ user.username }}的主页 {% endblock %} {% block body %}

{{ user.username }} {% ifequal user.admin_type 2 %} {% endifequal %} {% ifequal user.admin_type 1 %} {% endifequal %}

{% if user.userprofile.mood %}

{{ user.userprofile.mood }}

{% endif %}
{% if user.userprofile.school %}

{{ user.userprofile.school }}

{% endif %} {% if user.userprofile.blog %}

{{ blog_link }}

{% endif %} {% if user.userprofile.hduoj_username %}

{{ user.userprofile.hduoj_username }}

{% endif %} {% if user.userprofile.bestcoder_username %}

{{ user.userprofile.bestcoder_username }}

{% endif %} {% if user.userprofile.codeforces_username %}

{{ user.userprofile.codeforces_username }}

{% endif %}

{{ user.create_time }}

{% endblock %}