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

{% translate "Ergebnis-PDF" %}

{% url 'solawi_apps.bidding:events.round.result.pdf' event.id object.id as pdf_url %}
{% endblock %}