{% extends "solawi_apps/bidding/archive/events.html" %} {% load i18n solawi_ui bid_fiscal %} {% block title %}{% translate "Archiviertes Ereignis" %}: [{{ object.date|date:"d.m.Y" }}] {{ object.name }} {% title_sep %} {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ object.name }} / {{ object.date|date:"d.m.Y" }}

{% translate "Löschen" %}

{% translate "Ergebnisse" %}

{% for r in rounds %} {% url 'solawi_apps.bidding:archive.event.result' object.id r.obj.id as result_url %} {% with currency=r.obj.fiscal_plan_fk.currency %} {% endwith %} {% empty %} {% 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 %}
{% translate "Für dieses Ereignis liegen keine Ergebnisse vor." %}
{% endblock %}