{% extends "base.html" %} {% block content %}
排名 | 昵称 | 赛道 | 状态 | 总分 |
---|---|---|---|---|
{{loop.index}} | {% if loop.index<=bg_green %} {{u.nickname}} {% else %} {{u.nickname}} {% endif %} | {% if u.cateName =='后端' %} {{u.cateName}} {% elif u.cateName == '前端'%} {{u.cateName}} {% elif u.cateName == '大数据与算法'%} {{u.cateName}} {% elif u.cateName == 'IT其他'%} {{u.cateName}} {% elif u.cateName == '人工智能'%} {{u.cateName}} {% else %} {{u.cateName}} {% endif %} | {% if u.star =='博客之星' %} {{u.star}} {% elif u.star == '博客新星'%} {{u.star}} {% else %} {{u.star}} {% endif %} | {{u.totalScore}} |