mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-23 20:05:53 +00:00
.github
InvenTree
InvenTree
barcodes
build
common
company
label
locale
order
part
plugins
report
script
stock
templates
InvenTree
account
js
registration
socialaccount
403.html
404.html
about.html
admin_button.html
attachment_button.html
attachment_table.html
base.html
clip.html
filter_list.html
hover_image.html
image_download.html
mail.html
modal_csrf.html
modal_delete_form.html
modal_form.html
modals.html
navbar.html
notification.html
page_base.html
panel.html
price.html
qr_button.html
qr_code.html
search_form.html
sidebar_header.html
sidebar_item.html
sidebar_link.html
sidebar_toggle.html
spacer.html
stats.html
status_codes.html
stock_table.html
tel.html
url.html
version.html
yesnolabel.html
users
config_template.yaml
gunicorn.conf.py
manage.py
ci
deploy
docker
images
.eslintrc.yml
.gitattributes
.gitignore
.gitpod.yml
CONTRIBUTING.md
LICENSE
README.md
RELEASE.md
crowdin.yml
requirements.txt
setup.cfg
tasks.py
- Add template for filter lists - Filter lists now layout horizontally - Change flex-row to flex-wrap
13 lines
339 B
HTML
13 lines
339 B
HTML
{% load i18n %}
|
|
|
|
<div id='attachment-buttons'>
|
|
<div class='btn-group' role='group'>
|
|
{% include "filter_list.html" with id="related" %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class='dropzone' id='attachment-dropzone'>
|
|
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
|
|
|
|
</table>
|
|
</div> |