{% extends "base.html" %} {% block title %}{{ _('My Thoughts') }} - {{ _('Wunschkonzert') }}{% endblock %} {% block content %}
{{ _("Here are all the thoughts you've submitted to project:") }} {{ current_project.name }}
{% else %}{{ _("Here are all the thoughts you've submitted.") }}
{% endif %}{{ thought.created_at.strftime('%Y-%m-%d %H:%M') }}
{{ _('This page shows all the thoughts you\'ve submitted to the community.') }}
{% if current_project and current_project.only_show_results_after_end and not current_project.is_project_over() %}{{ _('Points are hidden until the project ends.') }}
{% else %}{{ _('You can see how many points each thought has received from the community.') }}
{% endif %}{{ _('Remember, the ranking on the main page is anonymous - nobody knows which thoughts are yours unless you tell them!') }}