2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-27 21:08:05 +00:00
Files
InvenTree/InvenTree/templates/attachment_table.html
2021-10-29 23:20:09 +11:00

15 lines
428 B
HTML

{% load i18n %}
<div id='attachment-buttons'>
<div class='btn-group'>
<div class='filter-list' id='filter-list-related'>
<!-- An empty div in which the filter list will be constructed -->
</div>
</div>
</div>
<div class='dropzone' id='attachment-dropzone'>
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
</table>
</div>