* add toolbar to timesheet #11 * add customer filter #11 * add project filter #11 * add activity filter #11 * add page size selector #11 * added state filter #11 * fixed csrf token names * fixed typo
10 lines
228 B
Twig
10 lines
228 B
Twig
{% import "macros/toolbar.html.twig" as toolbar %}
|
|
|
|
{{ toolbar.start() }}
|
|
{{ form_start(form) }}
|
|
<div class="box-body">
|
|
{{ form_widget(form) }}
|
|
</div>
|
|
{{ form_end(form) }}
|
|
{{ toolbar.end() }}
|