LICENSE
README.md
pyproject.toml
src/dpl_components/__init__.py
src/dpl_components/admin.py
src/dpl_components/apps.py
src/dpl_components/middleware.py
src/dpl_components/models.py
src/dpl_components/urls.py
src/dpl_components/views.py
src/dpl_components.egg-info/PKG-INFO
src/dpl_components.egg-info/SOURCES.txt
src/dpl_components.egg-info/dependency_links.txt
src/dpl_components.egg-info/requires.txt
src/dpl_components.egg-info/top_level.txt
src/dpl_components/d/__init__.py
src/dpl_components/d/field.py
src/dpl_components/d/form.py
src/dpl_components/d/layout.py
src/dpl_components/d/widgets.py
src/dpl_components/lib/__init__.py
src/dpl_components/lib/upload.py
src/dpl_components/lib/util.py
src/dpl_components/management/__init__.py
src/dpl_components/management/commands/__init__.py
src/dpl_components/management/commands/dpl_test.py
src/dpl_components/migrations/0001_initial.py
src/dpl_components/migrations/0002_fileupload_form_alter_fileupload_field.py
src/dpl_components/migrations/0003_alter_fileupload_file.py
src/dpl_components/migrations/0004_alter_fileupload_id.py
src/dpl_components/migrations/0005_fileuploadtemp_delete_fileupload_and_more.py
src/dpl_components/migrations/0006_alter_fileuploadtemp_id.py
src/dpl_components/migrations/__init__.py
src/dpl_components/static/dpl_components/assets/css/axecore.css
src/dpl_components/static/dpl_components/assets/css/upload_field.css
src/dpl_components/static/dpl_components/assets/css/upload_field_widget.css
src/dpl_components/static/dpl_components/assets/js/axe.min.js
src/dpl_components/static/dpl_components/assets/js/axecore.js
src/dpl_components/static/dpl_components/assets/js/crudview.js
src/dpl_components/static/dpl_components/assets/js/upload_field.js
src/dpl_components/templates/crud_views/columns/actions.html
src/dpl_components/templates/crud_views/tags/list_action.html
src/dpl_components/templates/dpl_components/accordion-group.html
src/dpl_components/templates/dpl_components/accordion.html
src/dpl_components/templates/dpl_components/betterform.html
src/dpl_components/templates/dpl_components/display_form.html
src/dpl_components/templates/dpl_components/errors.html
src/dpl_components/templates/dpl_components/errors_formset.html
src/dpl_components/templates/dpl_components/field.html
src/dpl_components/templates/dpl_components/inputs.html
src/dpl_components/templates/dpl_components/table_inline_formset.html
src/dpl_components/templates/dpl_components/uni_form.html
src/dpl_components/templates/dpl_components/uni_formset.html
src/dpl_components/templates/dpl_components/whole_uni_form.html
src/dpl_components/templates/dpl_components/whole_uni_formset.html
src/dpl_components/templates/dpl_components/layout/alert.html
src/dpl_components/templates/dpl_components/layout/attrs.html
src/dpl_components/templates/dpl_components/layout/baseinput.html
src/dpl_components/templates/dpl_components/layout/button.html
src/dpl_components/templates/dpl_components/layout/buttonholder.html
src/dpl_components/templates/dpl_components/layout/checkboxselectmultiple_inline.html
src/dpl_components/templates/dpl_components/layout/column.html
src/dpl_components/templates/dpl_components/layout/div.html
src/dpl_components/templates/dpl_components/layout/dpl.asterik.html
src/dpl_components/templates/dpl_components/layout/dpl.button.html
src/dpl_components/templates/dpl_components/layout/dpl.checkboxblock.html
src/dpl_components/templates/dpl_components/layout/dpl.checkboxgroup.html
src/dpl_components/templates/dpl_components/layout/dpl.field_error.html
src/dpl_components/templates/dpl_components/layout/dpl.filefield.html
src/dpl_components/templates/dpl_components/layout/dpl.footer.html
src/dpl_components/templates/dpl_components/layout/dpl.group.html
src/dpl_components/templates/dpl_components/layout/dpl.radiogroup.html
src/dpl_components/templates/dpl_components/layout/dpl.required_fields.html
src/dpl_components/templates/dpl_components/layout/field_errors.html
src/dpl_components/templates/dpl_components/layout/field_errors_block.html
src/dpl_components/templates/dpl_components/layout/field_file.html
src/dpl_components/templates/dpl_components/layout/field_with_buttons.html
src/dpl_components/templates/dpl_components/layout/fieldset.html
src/dpl_components/templates/dpl_components/layout/floating_field.html
src/dpl_components/templates/dpl_components/layout/formactions.html
src/dpl_components/templates/dpl_components/layout/help_text.html
src/dpl_components/templates/dpl_components/layout/help_text_and_errors.html
src/dpl_components/templates/dpl_components/layout/inline_field.html
src/dpl_components/templates/dpl_components/layout/modal.html
src/dpl_components/templates/dpl_components/layout/multifield.html
src/dpl_components/templates/dpl_components/layout/prepended_appended_text.html
src/dpl_components/templates/dpl_components/layout/radio_checkbox_select.html
src/dpl_components/templates/dpl_components/layout/radioselect_inline.html
src/dpl_components/templates/dpl_components/layout/row.html
src/dpl_components/templates/dpl_components/layout/switch.html
src/dpl_components/templates/dpl_components/layout/tab-link.html
src/dpl_components/templates/dpl_components/layout/tab.html
src/dpl_components/templates/dpl_components/layout/uneditable_input.html
src/dpl_components/templates/dpl_components/other/axecore.html
src/dpl_components/templates/dpl_components/tags/group.html
src/dpl_components/templates/dpl_components/tags/group_right.html
src/dpl_components/templates/dpl_components/tags/info.html
src/dpl_components/templates/dpl_components/widget/dpl.checkboxblock.html
src/dpl_components/templates/dpl_components/widget/dpl.checkboxgroup.html
src/dpl_components/templates/dpl_components/widget/dpl.filefield.html
src/dpl_components/templates/dpl_components/widget/dpl.radiogroup.html
src/dpl_components/templatetags/__init__.py
src/dpl_components/templatetags/dpl.py
tests/test_admin.py
tests/test_checkbox_block_field.py
tests/test_d_field_extra.py
tests/test_d_form.py
tests/test_d_layout.py
tests/test_d_widgets.py
tests/test_image_upload_field.py
tests/test_model_checkbox_group_field.py
tests/test_radio_group_field.py
tests/test_template_tags.py
tests/test_views.py