{% load i18n bid_fiscal %} {% if team_permission %} {% if rounds|length > 0 %}
{% for r in rounds %} {% url 'solawi_apps.bidding:team.event.round.result' team_member.event_fk.id team_member.id r.obj.id as result_url %} {% with currency=r.obj.fiscal_plan_fk.currency %} {% endwith %} {% endfor %}
{% translate "Runde" %} {% translate "Ergebnis" %}
{% if get_report %}{% endif %}{{ forloop.counter }}{% if get_report %}{% endif %} {% if get_report %}{% endif %}{{ currency }}{% if get_report %}{% endif %} {% if get_report %}{% endif %}{{ r.res.total_amount|amount_format }}{% if get_report %}{% endif %} {% if get_report %}{% endif %} {% if r.res.total_amount >= r.obj.fiscal_plan_fk.required_amount %} {% else %} {% endif %} {% if get_report %}{% endif %}
{% else %} {% endif %} {% else %} {% include "solawi_apps/bidding/team/tags/_no_perm.html" %} {% endif %}