{% if results.vote_field_count is same as (0) %}
{% trans %}No votes have been submitted yet.{% endtrans %}
{% else %}{% trans %} {{ results.vote_field_count }} vote with a rating of {{ results.vote_field_average }} {% plural results.vote_field_count %} {{ results.vote_field_count }} votes with an average rating of {{ results.vote_field_average }} {% endtrans %}
{% endif %}