{% extends basetemplate|default:"base.html" %} {% load static %} {% block title %}{{ object }}{% endblock %} {% block scriptHeader %} {{ block.super }} {% endblock scriptHeader %} {% block content %}
{% if object.get_prev %}

{% endif %}

{% if object.get_listview_url %} {{ entity_type }}s {% else %} {{ entity_type }}s {% endif %} {{ object }} {% if user.is_authenticated %} {% if object.get_edit_url %} {% endif %} {% if object.get_delete_url %} | {% endif %} {% endif %}

{% if object.get_next %}

{% endif %}

General Info

{% block info-table %} {% if object.start_date or object.end_date %} {% endif %}
Titel {{ object.name }}
Type {{ object.kind }}
Date {% if object.start_date %}{{ object.start_date }}{% endif %} {% if object.end_date %}- {{ object.end_date }}{% endif %}
{% endblock info-table %} {% block left-pane-additional %} {% endblock left-pane-additional %}
{% endblock content %} {% block scripts %} {{ block.super }} {% endblock scripts %}