{% extends "default.html" %} {% block pagetitle %}{{name2}}{% endblock %} {% block content %}

{{name2}}

Total: {{total}}
{% for user, num in users %} {% endfor %} {% if pos and (pos[0] > 25 or not pos[1]) %} {% endif %}
# Name {{name}}votes
{{loop.index}} {% include "user_in_table.html" %} {{num}}
{{pos[0]}} {% with user=v %} {% include "user_in_table.html" %} {% endwith %} {{pos[1]}}
{% endblock %}