{% block css %} {% endblock %}
{% for photo in photolist %}
《{{photo.title}}》
得票:{{photo.vote_num}}票
{%if photo.voted%}
已投票
{%else%}
投票
{%endif%}
{% endfor %}
{% for s in rank %}
《{{s.title}}》
第{{s.pos}}名
{{s.vote_num}}票
{% endfor %}
{% block js %} {% endblock %}