Initial
This commit is contained in:
11
app/base/templates/booking_list.html
Executable file
11
app/base/templates/booking_list.html
Executable file
@@ -0,0 +1,11 @@
|
||||
{% extends 'generic/list.html' %}
|
||||
{% load tabular_list %}
|
||||
|
||||
{% block content %}
|
||||
{% if open_bookings %}
|
||||
<h2>Offene {{ title }}</h2>
|
||||
{% tabular_list objects=open_bookings views=views columns=list_columns render_options=list_render %}
|
||||
<h2>Alle {{ title }}</h2>
|
||||
{% endif %}
|
||||
{{ block.super }}
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user