2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Files
InvenTree/InvenTree/templates/attachment_table.html
2021-12-21 16:51:26 +11:00

13 lines
343 B
HTML

{% load i18n %}
<div id='attachment-buttons'>
<div class='btn-group' role='group'>
{% include "filter_list.html" with id="attachments" %}
</div>
</div>
<div class='dropzone' id='attachment-dropzone'>
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
</table>
</div>