{# app/templates/admin/letzshop-vendor-directory.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import alert_dynamic, error_state %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/pagination.html' import pagination_controls %} {% block title %}Letzshop Vendor Directory{% endblock %} {% block alpine_data %}letzshopVendorDirectory(){% endblock %} {% block content %} {% call page_header_flex(title='Letzshop Vendor Directory', subtitle='Browse and import vendors from Letzshop marketplace') %}
{{ refresh_button(loading_var='loading', onclick='loadVendors()', variant='secondary') }}
{% endcall %}
{{ error_state('Error', show_condition='error && !loading') }}

Total Vendors

Active

Claimed

Unclaimed

Last sync:

No vendors found

Click "Sync from Letzshop" to import vendors. Try adjusting your filters.

Vendor Contact Location Categories Status Actions
Showing to of vendors
Page

Company

Email

Phone

Address

Categories

Website

Letzshop Page

Create Vendor from Letzshop

Create a platform vendor from

The vendor will be created under this company

{% endblock %} {% block extra_scripts %} {% endblock %}