{% extends "base.html" %} {% block title %}{{ _('My Rankings') }} - {{ _('Wunschkonzert') }}{% endblock %} {% block content %}
{{ _('Here are all the thoughts you\'ve ranked, marked as essential, or vetoed in project:') }} {{ current_project.name }}
{% else %}{{ _('Here are all the thoughts you\'ve ranked, marked as essential, or vetoed.') }}
{% endif %}{{ ranking.thought.author.name }} • {{ ranking.thought.created_at.strftime('%Y-%m-%d %H:%M') }}
{{ ranking.thought.author.name }} • {{ ranking.thought.created_at.strftime('%Y-%m-%d %H:%M') }}
{{ ranking.thought.author.name }} • {{ ranking.thought.created_at.strftime('%Y-%m-%d %H:%M') }}
{{ _("This page shows all the thoughts you've interacted with:") }}
{{ _("You can update your rankings at any time by clicking the 'Update Ranking' button or visiting the main ranking page.") }}
{{ _("Essential thoughts:") }} {{ request.current_user.count_essentials() }}/5
{{ _("Vetoed thoughts:") }} {{ request.current_user.count_vetoes() }}/5