Files
mkspc-mgmt/app/base/templates/settings.html
2023-05-29 17:41:48 +02:00

9 lines
259 B
HTML
Executable File

{% extends 'base.html' %}
{% load tabular_list %}
{% block content %}
<h2>Buchungstypen</h2>
{% tabular_list objects=booking_types.objects views=booking_types.views columns=booking_types.columns render_options=booking_types.render %}
{% endblock content %}