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