{% if post.voteEnabled == 1 %}
{{ post.voteCount }} {% if alreadyVoted %}✖{% else %}✔{% endif %} {% if alreadyVoted %}{% trans %}cms.button.unvote{% endtrans %}{% else %}{% trans %}cms.button.vote{% endtrans %}{% endif %}
{% endif %}