{% extends "solawi_apps/bidding/archive/event.html" %} {% load i18n solawi_ui bid_fiscal %} {% block title %}{% with object=event %}{% translate "Ergebnis" %} {% title_sep %} {{ block.super }}{% endwith %}{% endblock %} {% block breadcrumbs %}
{% 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 }} |