{% extends "solawi_apps/bidding/event.html" %} {% load i18n static solawi_ui %} {% block title %}{% with object=event %}{% translate "Anteilskärtchen erstellen" %} {% title_sep %} {{ block.super }}{% endwith %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% url 'solawi_apps.bidding:events.shares.sheet.pdf' event.id as pdf_url %} {% endblock %}