mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +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> |