{% extends 'generic/list.html' %} {% load tabular_list %} {% block content %} {% if open_bookings %}

Offene {{ title }}

{% tabular_list objects=open_bookings views=views columns=list_columns render_options=list_render %}

Alle {{ title }}

{% endif %} {{ block.super }} {% endblock content %}