{% extends "base.html" %} {% block title %}{{ _('Thought Ranking') }} - {{ _('Wunschkonzert') }}{% endblock %} {% block content %}
{{ _("Here are all thoughts ranked by the community. Thoughts with the same points are randomly sorted.") }}
{{ _('Essential thoughts:') }} {{ request.current_user.count_essentials(current_project.id if current_project else None) }}/5 {% if current_project %} ({{ _('in this project') }}) {% endif %}
{{ _('Vetoed thoughts:') }} {{ request.current_user.count_vetoes(current_project.id if current_project else None) }}/5 {% if current_project %} ({{ _('in this project') }}) {% endif %}