{% 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 %}

{% trans 'LJP application for' %}: {{ memberlist.ljpproposal.title }} ({{ memberlist.name }})

{% blocktrans %}For applying for contributions by the LJP, a seminar report is required. From the information that you entered in the excursion, you can automatically generate such a report here.{% endblocktrans %}

{% blocktrans %}A seminar report consists of multiple components:{% endblocktrans %}

{% blocktrans %}An excel sheet containing the basic data of the seminar. This is also called the V-BK form.{% endblocktrans %} {% translate "Download" %}
{% blocktrans %}A pedagocial report on the strategy and outcome of the seminar with respect to achieving the learning goal. This also includes a detailed, tabularized time schedule and is produced as an editable Microsoft Word document.{% endblocktrans %} {% translate "Download" %}
{% blocktrans %}A cost and participants overview. This is not required for the actual application, but is provided for convience as a PDF document.{% endblocktrans %} {% translate "Download" %}

{% translate "Back" %}

{% endblock %}