{% extends "solawi_apps/bidding/event.html" %} {% load i18n solawi_ui bid_fiscal %} {% block title %}{% with object=event %}{% translate "Ergebnis" %} {% title_sep %} {{ block.super }}{% endwith %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}

{% translate "Ergebnis" %}

{% translate "Benötigter Betrag" %} {{ object.fiscal_plan_fk.currency }} {{ object.fiscal_plan_fk.required_amount|amount_format }}
{% translate "Erzielter Betrag" %} {{ object.fiscal_plan_fk.currency }} {{ result.total_amount|amount_format }}
{% endblock %}