{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} invite-waiter {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% blocktrans %}Every LJP application needs a V-BK form containing the most important facts about the seminar. Here you can automatically generate such a form in Excel format.{% endblocktrans %}

{% if not memberlist.statement %}

{% blocktrans %}Your excursion currently has no cost-plan attached, hence the total costs can't be automatically calculated and added to the form.{% endblocktrans %}

{% endif %}

{% blocktrans %}Depending on the type of seminar, please select one of the two options below.{% endblocktrans %}

{% csrf_token %}

{{ form }}


{% translate "Cancel" %}
{% endblock %}