{% extends '_ical_export.html' %}
{% block download_text %}
{% trans %}Download current event:{% endtrans %}
{% endblock %}
{% block extra_download %}
{% if item.type_.name != 'lecture' %}
{% endif %}
{% endblock %}
{% block extra_info %}
{% if item.type_.name != 'lecture' %}
{% trans %}Detailed timetable{% endtrans %}
{% endif %}
{% endblock %}
{% block javascript %}
{{ super() }}
{% endblock %}