CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
VERSION
manage.py
setup.py
./api/__init__.py
./api/middleware.py
./api/urls.py
./api/serializers/__init__.py
./api/serializers/sync.py
./api/views/__init__.py
./api/views/root.py
./api/views/sync.py
./apps/__init__.py
./apps/address/__init__.py
./apps/address/admin.py
./apps/address/apps.py
./apps/address/forms.py
./apps/address/models.py
./apps/address/management/__init__.py
./apps/address/management/commands/__init__.py
./apps/address/management/commands/import_addresses.py
./apps/address/migrations/0001_initial.py
./apps/address/migrations/0002_auto_20150927_1547.py
./apps/address/migrations/0003_auto_20150927_1551.py
./apps/address/migrations/0004_auto_20170226_1122.py
./apps/address/migrations/0005_regenerate_user_address_hashes.py
./apps/address/migrations/0006_auto_20181115_1953.py
./apps/address/migrations/0007_useraddress_floor_number.py
./apps/address/migrations/0008_useraddress_company.py
./apps/address/migrations/0009_bankaccount.py
./apps/address/migrations/0010_auto_20210104_1041.py
./apps/address/migrations/0011_bankaccount_deleted.py
./apps/address/migrations/0012_auto_20210104_1208.py
./apps/address/migrations/0013_auto_20210105_1118.py
./apps/address/migrations/0014_auto_20210105_1148.py
./apps/address/migrations/0015_auto_20210107_0930.py
./apps/address/migrations/0016_auto_20210114_1545.py
./apps/address/migrations/0017_auto_20210202_1725.py
./apps/address/migrations/0018_useraddress_sage_id.py
./apps/address/migrations/0019_useraddress_is_company.py
./apps/address/migrations/0020_useraddress_cost_center.py
./apps/address/migrations/0021_auto_20210216_1256.py
./apps/address/migrations/0022_auto_20210224_1514.py
./apps/address/migrations/0023_auto_20210425_1819.py
./apps/address/migrations/0024_auto_20210605_1943.py
./apps/address/migrations/0025_auto_20210609_1033.py
./apps/address/migrations/__init__.py
./apps/basket/__init__.py
./apps/basket/admin.py
./apps/basket/apps.py
./apps/basket/forms.py
./apps/basket/managers.py
./apps/basket/models.py
./apps/basket/views.py
./apps/basket/migrations/0001_initial.py
./apps/basket/migrations/0002_auto_20140827_1705.py
./apps/basket/migrations/0003_basket_vouchers.py
./apps/basket/migrations/0004_auto_20141007_2032.py
./apps/basket/migrations/0005_auto_20150604_1450.py
./apps/basket/migrations/0006_auto_20160111_1108.py
./apps/basket/migrations/0007_slugfield_noop.py
./apps/basket/migrations/0008_auto_20181115_1953.py
./apps/basket/migrations/0009_line_date_updated.py
./apps/basket/migrations/0010_basket_order_number.py
./apps/basket/migrations/0011_remove_basket_order_number.py
./apps/basket/migrations/__init__.py
./apps/catalogue/__init__.py
./apps/catalogue/admin.py
./apps/catalogue/apps.py
./apps/catalogue/managers.py
./apps/catalogue/middleware.py
./apps/catalogue/models.py
./apps/catalogue/views.py
./apps/catalogue/management/__init__.py
./apps/catalogue/management/commands/__init__.py
./apps/catalogue/management/commands/_file.py
./apps/catalogue/management/commands/clean_images.py
./apps/catalogue/management/commands/export_category_images.py
./apps/catalogue/management/commands/export_product_images.py
./apps/catalogue/management/commands/export_products.py
./apps/catalogue/management/commands/import_category_images.py
./apps/catalogue/management/commands/import_product_images.py
./apps/catalogue/management/commands/import_products.py
./apps/catalogue/migrations/0001_initial.py
./apps/catalogue/migrations/0002_auto_20150217_1221.py
./apps/catalogue/migrations/0003_data_migration_slugs.py
./apps/catalogue/migrations/0004_auto_20150217_1710.py
./apps/catalogue/migrations/0005_auto_20150604_1450.py
./apps/catalogue/migrations/0006_auto_20150807_1725.py
./apps/catalogue/migrations/0007_auto_20151207_1440.py
./apps/catalogue/migrations/0008_auto_20160304_1652.py
./apps/catalogue/migrations/0009_slugfield_noop.py
./apps/catalogue/migrations/0010_auto_20170420_0439.py
./apps/catalogue/migrations/0011_auto_20170422_1355.py
./apps/catalogue/migrations/0012_auto_20170609_1902.py
./apps/catalogue/migrations/0013_auto_20170821_1548.py
./apps/catalogue/migrations/0014_auto_20181115_1953.py
./apps/catalogue/migrations/0015_product_is_public.py
./apps/catalogue/migrations/0016_auto_20190327_0757.py
./apps/catalogue/migrations/0017_auto_20190816_0938.py
./apps/catalogue/migrations/0018_auto_20191220_0920.py
./apps/catalogue/migrations/0019_option_required.py
./apps/catalogue/migrations/0020_auto_20200801_0817.py
./apps/catalogue/migrations/0021_auto_20201005_0844.py
./apps/catalogue/migrations/0022_auto_20201202_1157.py
./apps/catalogue/migrations/0023_auto_20201208_1015.py
./apps/catalogue/migrations/0024_auto_20201208_1015.py
./apps/catalogue/migrations/0025_auto_20201208_2134.py
./apps/catalogue/migrations/0026_auto_20201209_1450.py
./apps/catalogue/migrations/0027_auto_20201209_2052.py
./apps/catalogue/migrations/0028_auto_20201209_2128.py
./apps/catalogue/migrations/0029_auto_20201209_2139.py
./apps/catalogue/migrations/0030_auto_20201209_2148.py
./apps/catalogue/migrations/0031_auto_20201209_2301.py
./apps/catalogue/migrations/0032_auto_20201211_1337.py
./apps/catalogue/migrations/0033_auto_20201211_1725.py
./apps/catalogue/migrations/0034_auto_20201213_1136.py
./apps/catalogue/migrations/0035_product_has_box.py
./apps/catalogue/migrations/0036_auto_20201213_1233.py
./apps/catalogue/migrations/0037_auto_20201214_1721.py
./apps/catalogue/migrations/0038_auto_20201215_0143.py
./apps/catalogue/migrations/0039_auto_20201217_1204.py
./apps/catalogue/migrations/0040_auto_20201223_1134.py
./apps/catalogue/migrations/0041_product_search_vector.py
./apps/catalogue/migrations/0042_category_search_vector.py
./apps/catalogue/migrations/0043_auto_20210115_1520.py
./apps/catalogue/migrations/0044_auto_20210125_1639.py
./apps/catalogue/migrations/0045_auto_20210125_2053.py
./apps/catalogue/migrations/0046_product_priority.py
./apps/catalogue/migrations/0047_auto_20210519_2104.py
./apps/catalogue/migrations/0048_product_external_reference.py
./apps/catalogue/migrations/0049_enable_trigram_extension.py
./apps/catalogue/migrations/0050_alter_productattributevalue_value_boolean.py
./apps/catalogue/migrations/0051_auto_20210816_1540.py
./apps/catalogue/migrations/0052_auto_20210817_2135.py
./apps/catalogue/migrations/0053_avoid_leading_zeros_in_upc.py
./apps/catalogue/migrations/0054_reusability_and_manufacturer.py
./apps/catalogue/migrations/0055_site.py
./apps/catalogue/migrations/0056_sync_id.py
./apps/catalogue/migrations/0057_migrate_reusability_and_brand.py
./apps/catalogue/migrations/__init__.py
./apps/catalogue/templatetags/__init__.py
./apps/catalogue/templatetags/category_menu_tags.py
./apps/checkout/__init__.py
./apps/checkout/apps.py
./apps/checkout/forms.py
./apps/checkout/mixins.py
./apps/checkout/models.py
./apps/checkout/session.py
./apps/checkout/utils.py
./apps/checkout/views.py
./apps/communication/__init__.py
./apps/communication/admin.py
./apps/communication/apps.py
./apps/communication/managers.py
./apps/communication/models.py
./apps/communication/utils.py
./apps/communication/migrations/0001_initial.py
./apps/communication/migrations/0002_reset_table_names.py
./apps/communication/migrations/0003_remove_notification_category_make_code_uppercase.py
./apps/communication/migrations/0004_auto_20200801_0817.py
./apps/communication/migrations/0005_auto_20210604_2006.py
./apps/communication/migrations/0006_auto_20210614_2033.py
./apps/communication/migrations/0007_communicationeventtype_format.py
./apps/communication/migrations/0008_auto_20210903_2218.py
./apps/communication/migrations/0009_alter_communicationeventtype_event_type.py
./apps/communication/migrations/0010_site.py
./apps/communication/migrations/__init__.py
./apps/customer/__init__.py
./apps/customer/admin.py
./apps/customer/apps.py
./apps/customer/forms.py
./apps/customer/models.py
./apps/customer/views.py
./apps/customer/migrations/0001_initial.py
./apps/customer/migrations/0002_auto_20150807_1725.py
./apps/customer/migrations/0003_update_email_length.py
./apps/customer/migrations/0004_email_save.py
./apps/customer/migrations/0005_auto_20181115_1953.py
./apps/customer/migrations/0006_auto_20190430_1736.py
./apps/customer/migrations/0007_auto_20200801_0817.py
./apps/customer/migrations/0008_userpaymentselection.py
./apps/customer/migrations/0009_auto_20210208_1523.py
./apps/customer/migrations/0010_auto_20210215_0900.py
./apps/customer/migrations/0011_auto_20210216_1050.py
./apps/customer/migrations/0012_site.py
./apps/customer/migrations/__init__.py
./apps/customer/wishlists/__init__.py
./apps/customer/wishlists/views.py
./apps/dashboard/__init__.py
./apps/dashboard/apps.py
./apps/dashboard/models.py
./apps/dashboard/views.py
./apps/dashboard/catalogue/__init__.py
./apps/dashboard/catalogue/apps.py
./apps/dashboard/catalogue/forms.py
./apps/dashboard/catalogue/models.py
./apps/dashboard/catalogue/tables.py
./apps/dashboard/offers/__init__.py
./apps/dashboard/offers/apps.py
./apps/dashboard/offers/forms.py
./apps/dashboard/offers/models.py
./apps/dashboard/offers/views.py
./apps/dashboard/partners/__init__.py
./apps/dashboard/partners/apps.py
./apps/dashboard/partners/forms.py
./apps/dashboard/partners/views.py
./apps/offer/__init__.py
./apps/offer/admin.py
./apps/offer/applicator.py
./apps/offer/apps.py
./apps/offer/benefits.py
./apps/offer/conditions.py
./apps/offer/managers.py
./apps/offer/models.py
./apps/offer/ranges.py
./apps/offer/slider.py
./apps/offer/utils.py
./apps/offer/views.py
./apps/offer/management/__init__.py
./apps/offer/management/commands/__init__.py
./apps/offer/management/commands/refresh_slides.py
./apps/offer/migrations/0001_initial.py
./apps/offer/migrations/0002_auto_20151210_1053.py
./apps/offer/migrations/0003_auto_20161120_1707.py
./apps/offer/migrations/0004_auto_20170415_1518.py
./apps/offer/migrations/0005_auto_20170423_1217.py
./apps/offer/migrations/0006_auto_20170504_0616.py
./apps/offer/migrations/0007_conditionaloffer_exclusive.py
./apps/offer/migrations/0008_auto_20181115_1953.py
./apps/offer/migrations/0009_auto_20200801_0817.py
./apps/offer/migrations/0010_conditionaloffer_combinations.py
./apps/offer/migrations/0011_auto_20201212_1318.py
./apps/offer/migrations/0012_productswithspecialpricerange.py
./apps/offer/migrations/0013_create_ranges_and_benefit.py
./apps/offer/migrations/0014_auto_20201214_1721.py
./apps/offer/migrations/0015_auto_20201215_0143.py
./apps/offer/migrations/0016_auto_20210518_1550.py
./apps/offer/migrations/0017_auto_20210518_1631.py
./apps/offer/migrations/0018_auto_20210519_1334.py
./apps/offer/migrations/0019_auto_20210519_1930.py
./apps/offer/migrations/0020_migrate_special_prices.py
./apps/offer/migrations/0021_auto_20210521_1108.py
./apps/offer/migrations/0022_activespecialprice.py
./apps/offer/migrations/0023_auto_20210529_2313.py
./apps/offer/migrations/0024_auto_20210530_2047.py
./apps/offer/migrations/0025_rendered_slides.py
./apps/offer/migrations/0026_site.py
./apps/offer/migrations/0027_slide_price_label_with_subtitle.py
./apps/offer/migrations/0028_offer_partner.py
./apps/offer/migrations/__init__.py
./apps/order/__init__.py
./apps/order/admin.py
./apps/order/apps.py
./apps/order/models.py
./apps/order/utils.py
./apps/order/migrations/0001_initial.py
./apps/order/migrations/0002_auto_20141007_2032.py
./apps/order/migrations/0003_auto_20150113_1629.py
./apps/order/migrations/0004_auto_20160111_1108.py
./apps/order/migrations/0005_update_email_length.py
./apps/order/migrations/0006_orderstatuschange.py
./apps/order/migrations/0007_auto_20181115_1953.py
./apps/order/migrations/0008_auto_20190301_1035.py
./apps/order/migrations/0009_surcharge.py
./apps/order/migrations/0010_auto_20200724_0909.py
./apps/order/migrations/0011_auto_20200801_0817.py
./apps/order/migrations/0012_auto_20201202_1157.py
./apps/order/migrations/0013_auto_20201206_1450.py
./apps/order/migrations/0014_auto_20201217_1831.py
./apps/order/migrations/0015_auto_20210114_1545.py
./apps/order/migrations/0016_auto_20210116_1323.py
./apps/order/migrations/0017_billingaddress_sage_id.py
./apps/order/migrations/0018_auto_20210116_1830.py
./apps/order/migrations/0019_auto_20210118_1215.py
./apps/order/migrations/0020_auto_20210202_1725.py
./apps/order/migrations/0021_shippingaddress_sage_id.py
./apps/order/migrations/0022_auto_20210208_1523.py
./apps/order/migrations/0023_auto_20210210_1713.py
./apps/order/migrations/0024_auto_20210214_1208.py
./apps/order/migrations/0025_auto_20210216_1256.py
./apps/order/migrations/0026_auto_20210425_1819.py
./apps/order/migrations/0027_auto_20210605_1218.py
./apps/order/migrations/0028_order_shipping_reference.py
./apps/order/migrations/0029_alter_order_shipping_reference.py
./apps/order/migrations/0030_alter_order_number.py
./apps/order/migrations/0031_alter_order_site.py
./apps/order/migrations/0032_new_order_number_seq.py
./apps/order/migrations/__init__.py
./apps/partner/__init__.py
./apps/partner/admin.py
./apps/partner/apps.py
./apps/partner/middleware.py
./apps/partner/models.py
./apps/partner/price.py
./apps/partner/strategy.py
./apps/partner/migrations/0001_initial.py
./apps/partner/migrations/0002_auto_20141007_2032.py
./apps/partner/migrations/0003_auto_20150604_1450.py
./apps/partner/migrations/0004_auto_20160107_1755.py
./apps/partner/migrations/0005_auto_20181115_1953.py
./apps/partner/migrations/0006_auto_20200724_0909.py
./apps/partner/migrations/0007_auto_20201208_2134.py
./apps/partner/migrations/0008_auto_20201211_1725.py
./apps/partner/migrations/0009_auto_20201211_1730.py
./apps/partner/migrations/0010_auto_20201211_1730.py
./apps/partner/migrations/0011_auto_20201212_1318.py
./apps/partner/migrations/0012_auto_20201214_1721.py
./apps/partner/migrations/0013_zero_prices.py
./apps/partner/migrations/0014_stockrecord_meta.py
./apps/partner/migrations/0015_site.py
./apps/partner/migrations/0016_partner_wishlist_as_link.py
./apps/partner/migrations/__init__.py
./apps/payment/__init__.py
./apps/payment/admin.py
./apps/payment/apps.py
./apps/payment/forms.py
./apps/payment/models.py
./apps/payment/providers.py
./apps/payment/migrations/0001_initial.py
./apps/payment/migrations/0002_auto_20141007_2032.py
./apps/payment/migrations/0003_auto_20160323_1520.py
./apps/payment/migrations/0004_auto_20181115_1953.py
./apps/payment/migrations/0005_auto_20200801_0817.py
./apps/payment/migrations/0006_bankaccount.py
./apps/payment/migrations/0007_bankaccount_user.py
./apps/payment/migrations/0008_remove_bankaccount_bic.py
./apps/payment/migrations/0009_delete_bankaccount.py
./apps/payment/migrations/0010_migrate_payment_data.py
./apps/payment/migrations/0011_auto_20210614_2033.py
./apps/payment/migrations/0012_zero_prices.py
./apps/payment/migrations/0013_sourcetype_site.py
./apps/payment/migrations/__init__.py
./apps/shipping/__init__.py
./apps/shipping/admin.py
./apps/shipping/apps.py
./apps/shipping/forms.py
./apps/shipping/models.py
./apps/shipping/repository.py
./apps/shipping/migrations/0001_initial.py
./apps/shipping/migrations/0002_auto_20150604_1450.py
./apps/shipping/migrations/0003_auto_20181115_1953.py
./apps/shipping/migrations/0004_create_shipping_method.py
./apps/shipping/migrations/0005_auto_20210614_2033.py
./apps/shipping/migrations/0006_auto_20210716_1425.py
./apps/shipping/migrations/0007_zero_prices.py
./apps/shipping/migrations/0008_orderanditemcharges_form_fields.py
./apps/shipping/migrations/0009_alter_orderanditemcharges_form_fields.py
./apps/shipping/migrations/0010_orderanditemcharges_next_day_limit.py
./apps/shipping/migrations/0011_orderanditemcharges_site.py
./apps/shipping/migrations/__init__.py
./apps/wishlists/__init__.py
./apps/wishlists/admin.py
./apps/wishlists/apps.py
./apps/wishlists/forms.py
./apps/wishlists/mixins.py
./apps/wishlists/models.py
./apps/wishlists/management/__init__.py
./apps/wishlists/management/commands/__init__.py
./apps/wishlists/management/commands/import_wishlist.py
./apps/wishlists/migrations/0001_initial.py
./apps/wishlists/migrations/0002_auto_20160111_1108.py
./apps/wishlists/migrations/0003_auto_20181115_1953.py
./apps/wishlists/migrations/0004_wishlist_line_position.py
./apps/wishlists/migrations/__init__.py
./config/__init__.py
./config/apps.py
./config/asgi.py
./config/sitemaps.py
./config/test_base.py
./config/urls.py
./config/wsgi.py
./config/settings/__init__.py
./config/settings/customize_template.py
./config/settings/base/__init__.py
./config/settings/base/api.py
./config/settings/base/django.py
./config/settings/base/installed_apps.py
./config/settings/base/logging.py
./config/settings/base/middleware.py
./config/settings/base/oscar.py
./config/settings/base/template.py
./custom/__init__.py
./custom/admin.py
./custom/apps.py
./custom/config.py
./custom/context_processors.py
./custom/decorators.py
./custom/email_backend.py
./custom/lib.py
./custom/models.py
./custom/site_manager.py
./custom/tests.py
./custom/views.py
./custom/migrations/0001_initial.py
./custom/migrations/0002_configuration_sociallink.py
./custom/migrations/0003_auto_20210529_0337.py
./custom/migrations/0004_auto_20210602_1538.py
./custom/migrations/0005_auto_20210607_1059.py
./custom/migrations/0006_auto_20210609_2302.py
./custom/migrations/0007_auto_20210610_1152.py
./custom/migrations/0008_auto_20210625_1140.py
./custom/migrations/0009_auto_20210817_2151.py
./custom/migrations/0010_auto_20210818_1637.py
./custom/migrations/0011_tag_description.py
./custom/migrations/0012_configuration_google_site_id.py
./custom/migrations/0013_configuration_basket_sumup_with_deposit.py
./custom/migrations/0014_site.py
./custom/migrations/0015_email_config.py
./custom/migrations/__init__.py
./custom/templatetags/__init__.py
./custom/templatetags/category.py
./custom/templatetags/clean_text.py
./custom/templatetags/counter.py
./custom/templatetags/custom_filters.py
./custom/templatetags/custom_tags.py
./custom/templatetags/dev.py
./delivery/__init__.py
./delivery/admin.py
./delivery/apps.py
./delivery/forms.py
./delivery/models.py
./delivery/tests.py
./delivery/views.py
./delivery/migrations/0001_initial.py
./delivery/migrations/0002_auto_20210104_1034.py
./delivery/migrations/0003_auto_20210122_0845.py
./delivery/migrations/0004_alter_delivery_time.py
./delivery/migrations/0005_delivery_target_time.py
./delivery/migrations/0006_site.py
./delivery/migrations/__init__.py
./sync/__init__.py
./sync/admin.py
./sync/apps.py
./sync/models.py
./sync/signals.py
./sync/sync_id.py
./sync/tests.py
./sync/utils.py
./sync/views.py
./sync/management/__init__.py
./sync/management/commands/__init__.py
./sync/management/commands/sync.py
./sync/migrations/0001_initial.py
./sync/migrations/0002_auto_20220203_0254.py
./sync/migrations/__init__.py
./user/__init__.py
./user/admin.py
./user/apps.py
./user/backends.py
./user/hashers.py
./user/models.py
./user/tests.py
./user/management/__init__.py
./user/management/commands/__init__.py
./user/management/commands/import_customer_manager.py
./user/migrations/0001_initial.py
./user/migrations/0002_auto_20201202_1204.py
./user/migrations/0003_auto_20201202_1204.py
./user/migrations/0004_user_birth_date.py
./user/migrations/0005_auto_20201202_1413.py
./user/migrations/0006_user_payment_lock.py
./user/migrations/0007_remove_user_payment_lock.py
./user/migrations/0008_user_newsletter_accepted.py
./user/migrations/0009_auto_20210903_2218.py
./user/migrations/0010_rename_newsletter_accepted_user_old_newsletter_accepted.py
./user/migrations/__init__.py
locale/de/LC_MESSAGES/django.mo
locale/de/LC_MESSAGES/django.po
snake_shop.egg-info/PKG-INFO
snake_shop.egg-info/SOURCES.txt
snake_shop.egg-info/dependency_links.txt
snake_shop.egg-info/requires.txt
snake_shop.egg-info/top_level.txt
static/css/base.css
static/css/dashboard.css
static/css/shop.css
static/favicon/android-chrome-192x192.png
static/favicon/android-chrome-512x512.png
static/favicon/apple-touch-icon.png
static/favicon/favicon-16x16.png
static/favicon/favicon-32x32.png
static/favicon/favicon.ico
static/favicon/site.webmanifest
static/img/5_liefergebiete.png__200x200_q85_subsampling-2_upscale.jpg
static/img/default_offer_icon.jpg
static/img/header_-_oberer_werbeblock_empty.png
static/img/header_hints_bottom_1.jpg
static/img/header_hints_bottom_2.jpg
static/img/header_hints_top_1.jpg
static/img/kistenrabatt.jpg
static/img/kostenlose-lieferung.png__300x300_q85_subsampling-2_upscale.jpg
static/img/logo.png
static/img/logo_square.png
static/img/slider_intro.jpg
static/img/slider_intro_responsive.jpg
static/js/base.js
static/oscar/img/no_image.jpg
static/svg/basket.svg
static/svg/contactless.svg
static/svg/ec.svg
static/svg/logo.png
static/svg/logo.svg
static/svg/logo_getränke.png
static/svg/logo_getränke_kelemidis.png
static/svg/logo_kelemidis.png
static/svg/logo_symbol.png
templates/additional_translations.html
templates/base.html
templates/header.html
templates/logo.html
templates/menu.html
templates/robots.txt
templates/admin/products/change_list.html
templates/admin/products/csv_form.html
templates/admin/products/imported_prices_msg.html
templates/admin/wishlists/change_list.html
templates/admin/wishlists/csv_form.html
templates/carousel/carousel.html
templates/carousel/slide.html
templates/delivery/form.html
templates/flatpages/default.html
templates/lockdown/base.html
templates/lockdown/form.html
templates/oscar/base.html
templates/oscar/home.html
templates/oscar/layout.html
templates/oscar/layout_2_col.html
templates/oscar/layout_3_col.html
templates/oscar/basket/basket.html
templates/oscar/basket/messages/addition.html
templates/oscar/basket/messages/new_total.html
templates/oscar/basket/partials/basket_content.html
templates/oscar/basket/partials/basket_line.html
templates/oscar/basket/partials/basket_line_head.html
templates/oscar/basket/partials/basket_quick.html
templates/oscar/basket/partials/basket_totals.html
templates/oscar/catalogue/browse.html
templates/oscar/catalogue/category.html
templates/oscar/catalogue/detail.html
templates/oscar/catalogue/partials/add_to_basket_form.html
templates/oscar/catalogue/partials/add_to_basket_form_compact.html
templates/oscar/catalogue/partials/add_to_wishlist.html
templates/oscar/catalogue/partials/browse_products.html
templates/oscar/catalogue/partials/browse_sidebar.html
templates/oscar/catalogue/partials/browse_sidebar_ajax.html
templates/oscar/catalogue/partials/cms_product.html
templates/oscar/catalogue/partials/gallery.html
templates/oscar/catalogue/partials/img_buttons.html
templates/oscar/catalogue/partials/literprice_badge.html
templates/oscar/catalogue/partials/main_categories.html
templates/oscar/catalogue/partials/price_matrix.html
templates/oscar/catalogue/partials/product.html
templates/oscar/catalogue/partials/stock_record.html
templates/oscar/checkout/checkout.html
templates/oscar/checkout/layout.html
templates/oscar/checkout/payment_details.html
templates/oscar/checkout/payment_methods.html
templates/oscar/checkout/preview.html
templates/oscar/checkout/shipping_address.html
templates/oscar/checkout/shipping_methods.html
templates/oscar/checkout/thank_you.html
templates/oscar/communication/email/email_detail.html
templates/oscar/communication/email/email_list.html
templates/oscar/communication/emails/base.html
templates/oscar/communication/emails/base.txt
templates/oscar/communication/emails/commtype_email_changed_body.html
templates/oscar/communication/emails/commtype_email_changed_body.txt
templates/oscar/communication/emails/commtype_email_changed_subject.txt
templates/oscar/communication/emails/commtype_objects_imported_body.html
templates/oscar/communication/emails/commtype_objects_imported_subject.txt
templates/oscar/communication/emails/commtype_order_placed_body.html
templates/oscar/communication/emails/commtype_order_placed_body.txt
templates/oscar/communication/emails/commtype_order_placed_internal_body.html
templates/oscar/communication/emails/commtype_order_placed_internal_body.txt
templates/oscar/communication/emails/commtype_order_placed_internal_subject.txt
templates/oscar/communication/emails/commtype_order_placed_internal_transfer_body.html
templates/oscar/communication/emails/commtype_order_placed_internal_transfer_body.txt
templates/oscar/communication/emails/commtype_order_placed_internal_transfer_subject.txt
templates/oscar/communication/emails/commtype_order_placed_internal_with_bank_body.html
templates/oscar/communication/emails/commtype_order_placed_internal_with_bank_body.txt
templates/oscar/communication/emails/commtype_order_placed_internal_with_bank_subject.txt
templates/oscar/communication/emails/commtype_order_placed_internal_without_bank_body.html
templates/oscar/communication/emails/commtype_order_placed_internal_without_bank_body.txt
templates/oscar/communication/emails/commtype_order_placed_internal_without_bank_subject.txt
templates/oscar/communication/emails/commtype_order_placed_machine1_body.txt
templates/oscar/communication/emails/commtype_order_placed_machine1_subject.txt
templates/oscar/communication/emails/commtype_order_placed_subject.txt
templates/oscar/communication/emails/commtype_password_changed_body.html
templates/oscar/communication/emails/commtype_password_changed_body.txt
templates/oscar/communication/emails/commtype_password_changed_subject.txt
templates/oscar/communication/emails/commtype_password_reset_body.html
templates/oscar/communication/emails/commtype_password_reset_body.txt
templates/oscar/communication/emails/commtype_password_reset_subject.txt
templates/oscar/communication/emails/commtype_product_alert_body.html
templates/oscar/communication/emails/commtype_product_alert_body.txt
templates/oscar/communication/emails/commtype_product_alert_confirmation_body.html
templates/oscar/communication/emails/commtype_product_alert_confirmation_body.txt
templates/oscar/communication/emails/commtype_product_alert_confirmation_subject.txt
templates/oscar/communication/emails/commtype_product_alert_subject.txt
templates/oscar/communication/emails/commtype_registration_body.html
templates/oscar/communication/emails/commtype_registration_body.txt
templates/oscar/communication/emails/commtype_registration_sms.txt
templates/oscar/communication/emails/commtype_registration_subject.txt
templates/oscar/communication/notifications/detail.html
templates/oscar/communication/notifications/list.html
templates/oscar/customer/baseaccountpage.html
templates/oscar/customer/login_registration.html
templates/oscar/customer/address/address_list.html
templates/oscar/customer/bank_account/form.html
templates/oscar/customer/bank_account/list.html
templates/oscar/customer/history/recently_viewed_products.html
templates/oscar/customer/order/order_detail.html
templates/oscar/customer/order/order_list.html
templates/oscar/customer/partials/standard_tabs.html
templates/oscar/customer/profile/profile.html
templates/oscar/customer/wishlists/wishlists_detail.html
templates/oscar/customer/wishlists/wishlists_lines.html
templates/oscar/customer/wishlists/partials/search_realtime.html
templates/oscar/dashboard/base.html
templates/oscar/dashboard/layout.html
templates/oscar/dashboard/catalogue/product_row_packaging.html
templates/oscar/dashboard/catalogue/product_row_tax.html
templates/oscar/dashboard/catalogue/product_update.html
templates/oscar/dashboard/offers/offer_detail.html
templates/oscar/dashboard/offers/product_offer_delete.html
templates/oscar/dashboard/offers/product_offer_detail.html
templates/oscar/dashboard/offers/product_offer_list.html
templates/oscar/dashboard/offers/product_offer_list_buttons.html
templates/oscar/dashboard/offers/product_offer_update.html
templates/oscar/dashboard/orders/order_detail.html
templates/oscar/dashboard/orders/order_list.html
templates/oscar/dashboard/partners/partner_manage.html
templates/oscar/offer/detail.html
templates/oscar/offer/list.html
templates/oscar/offer/range.html
templates/oscar/offer/slide.svg
templates/oscar/offer/partials/price_label.html
templates/oscar/order/partials/basket_totals.html
templates/oscar/partials/alert_message.html
templates/oscar/partials/alert_messages.html
templates/oscar/partials/form_field.html
templates/oscar/partials/form_fields.html
templates/oscar/partials/pagination.html
templates/oscar/search/results.html
templates/partials/boolean_value.html
templates/partials/delivery_possibility.html
templates/partials/footer.html
templates/partials/footer_payment_methods.html
templates/partials/import_css.html
templates/partials/import_js.html
templates/partials/menu_div.html
templates/partials/menu_ul.html
templates/partials/offer_slider.html
templates/partials/product_slider.html
templates/partials/search_box.html
templates/sync/product_table.html
templates/system/nginx.conf
templates/system/systemd.conf