{% extends "solawi_apps/bidding/event.html" %} {% load i18n solawi_ui static %} {% block title %}{% translate "PDF-Ansicht" %} {% title_sep %} {% translate "Ergebnis" %} {% title_sep %} {% with object=object.fiscal_plan_fk.event_fk %}{{ block.super }}{% endwith %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "Ergebnis-PDF" %}

{% url 'solawi_apps.bidding:team.event.round.result.page.pdf' object.fiscal_plan_fk.event_fk.id object.tm object.id as pdf_url %}
{% endblock %}