Add table to transaction index

This commit is contained in:
Alex
2021-06-06 14:04:51 +02:00
parent fa50f76f5d
commit d1a0dac092
4 changed files with 397 additions and 11 deletions

View File

@@ -8,6 +8,18 @@
<!-- /.row (main row) -->
{% endblock %}
{% block control %}
<div>
<div class="p-3 control-sidebar-content">
<h5>{{ 'date_range'|_ }}</h5>
<hr class="mb-2">
<div id="calendar"></div>
<hr class="mb-2">
<h5>{{ 'list_options'|_ }}</h5>
</div>
</div>
{% endblock %}
{% block styles %}
{% endblock %}