mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
13 lines
343 B
HTML
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> |