{# app/templates/platform/find-shop.html #} {# Letzshop Vendor Finder Page #} {% extends "platform/base.html" %} {% block title %}{{ _("platform.find_shop.title") }} - Wizamart{% endblock %} {% block content %}
{# Header #}

{{ _("platform.find_shop.title") }}

{{ _("platform.find_shop.subtitle") }}

{# Search Form #}
{# Examples #}
{{ _("platform.find_shop.examples") }}
  • https://letzshop.lu/vendors/my-shop
  • letzshop.lu/vendors/my-shop
  • my-shop
{# Results #} {# Help Section #}

{{ _("platform.find_shop.need_help") }}

{{ _("platform.find_shop.no_account_yet") }}

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