{% if can_vote %}
{% include 'problem/voting-form.html' %}
{% if request.user.is_superuser %} - {% include 'problem/voting-stats.html' %} {% endif %}
{% endif %}