{% load evaluation_filters %} {% if global_rewards %}
{% translate "Fundraising" %} {% if global_rewards.last_vote_datetime %}
{% blocktranslate trimmed with time_interval=global_rewards.last_vote_datetime|timesince %} Last evaluation: {{ time_interval }} ago {% endblocktranslate %}
{% endif %}
{% blocktranslate trimmed count votes=global_rewards.vote_count with percent=global_rewards.vote_count|percentage_zero_on_error:global_rewards.participation_count %} {{ votes }} submitted evaluation ({{ percent }}) {% plural %} {{ votes }} submitted evaluations ({{ percent }}) {% endblocktranslate %} {% for reward in global_rewards.rewards_with_progress %}
{{ reward.vote_ratio|percentage:1 }}
{{ reward.text }}
{% endfor %}
{% endif %}