2021-07-14 16:25:59 -07:00
|
|
|
<div class="row mb-3 justify-content-between">
|
2021-08-20 08:57:10 -07:00
|
|
|
<div class="table-controls noprint col col-12 col-md-8 col-lg-4">
|
2021-08-06 16:40:00 -04:00
|
|
|
<div class="input-group input-group-sm">
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control object-filter"
|
2021-10-05 15:21:49 -04:00
|
|
|
placeholder="Quick find"
|
|
|
|
title="Find in the results below (regular expressions supported)"
|
2021-08-06 16:40:00 -04:00
|
|
|
/>
|
2021-08-06 15:35:14 -04:00
|
|
|
</div>
|
2021-08-06 16:40:00 -04:00
|
|
|
</div>
|
2021-08-20 08:57:10 -07:00
|
|
|
<div class="table-controls noprint col col-md-3 mb-0">
|
2021-08-06 16:40:00 -04:00
|
|
|
{% if request.user.is_authenticated and table_modal %}
|
2021-08-20 08:57:10 -07:00
|
|
|
<div class="table-configure input-group input-group-sm">
|
2021-08-06 16:40:00 -04:00
|
|
|
<button
|
|
|
|
type="button"
|
|
|
|
data-bs-toggle="modal"
|
|
|
|
title="Configure Table"
|
|
|
|
data-bs-target="#{{ table_modal }}"
|
|
|
|
class="btn btn-sm btn-outline-dark"
|
|
|
|
>
|
|
|
|
<i class="mdi mdi-cog"></i> Configure Table
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
2021-07-14 16:25:59 -07:00
|
|
|
</div>
|