{% load i18n bid_prebid bid_rounds bid_fiscal %} {% round_can_be_stopped event as can_stop %}
{% translate "Vorab abgegebene Gebote" %} {% number_of_shares_with_prebid event as cs %} {% if cs > 0 %}{{ cs }}{% endif %}
{% if rounds|length > 0 %}
{% for r in rounds %} {% url 'solawi_apps.bidding:events.round.result' event.id r.obj.id as result_url %} {% with currency=r.obj.fiscal_plan_fk.currency %} {% endwith %} {% endfor %}
{% translate "Runde" %} {% translate "Ergebnis" %}
{{ forloop.counter }} {{ currency }} {{ r.res.total_amount|amount_format }} {% if r.res.total_amount >= r.obj.fiscal_plan_fk.required_amount %} {% else %} {% endif %}
{% endif %}