{% if v and request.path.startswith('/@') and v.admin_level < 2 %} {# only admins can vote on user pages #}
  • {% if voted==1 %} {% endif %} {{score}} {% if voted==-1 %} {% endif %}
  • {% elif v %}
  • {{score}}
  • {% else %}
  • {{score}}
  • {% endif %}