{# app/templates/admin/marketplace.html #} {% extends "admin/base.html" %} {% from 'shared/macros/pagination.html' import pagination %} {% from 'shared/macros/alerts.html' import alert_dynamic, error_state %} {% from 'shared/macros/modals.html' import job_details_modal %} {% from 'shared/macros/tables.html' import table_wrapper, table_header %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/inputs.html' import number_stepper %} {% from 'shared/macros/tabs.html' import tabs_nav, tab_button, tab_panel, endtab_panel %} {% block title %}Marketplace Import{% endblock %} {% block alpine_data %}adminMarketplace(){% endblock %} {% block content %} {% call page_header_flex(title='Marketplace Import', subtitle='Import products from external marketplaces') %} {{ refresh_button(onclick='refreshJobs()') }} {% endcall %} {{ alert_dynamic(type='success', message_var='successMessage', show_condition='successMessage') }} {{ error_state('Error', show_condition='error') }}
Import digital game keys and software licenses from CodesWholesale API.
Coming soon - This feature is under development
Loading import jobs...
You haven't triggered any imports yet
Start a new import using the form above