{% extends "./wrapper.html" %} {% load i18n feedback %} {% block wrapped %}
{% translate "Everyone is happy." %}
{% elif aggregate.positive_percentage >= 70 %}{% translate "A lot of people are happy." %}
{% elif aggregate.positive_percentage > 60 %}{% translate "The majority is happy." %}
{% elif aggregate.positive_percentage > 40 and aggregate.positive_percentage < 60 %}{% translate "People are split." %}
{% elif aggregate.positive_percentage >= 30 %}{% translate "Most people are unhappy." %}
{% elif aggregate.positive_percentage >= 10 %}{% translate "This is very unlikeable." %}
{% else %}{% translate "Nobody likes this." %}
{% endif %}