较少
较多
 
{% for month in calendar.month_list %} {{month.label}} {% end %}
{% for row in calendar.rows %}
{{row.label}}
{% for cell in row.items %} {% if cell.count > 0 %}
{% else %}
{% end %} {% end %}
{% end %}
{% if calendar.show_stats %}
总贡献: 0
最长连续贡献: 0
当前连续贡献: 0
{% end %}