{% extends 'layouts/demo-base.html' %} {% block pageTitle %}Choose Your Store - BuyerKiosk Demo{% endblock %} {% block content %}
BuyerKiosk

Choose Your Store Type

Select a store concept to explore. Each has unique features tailored to its market.

{% if remainingTime %} {{ remainingTime }} {% endif %}
{% if error %} {% endif %}
{% for code, concept in concepts %}

{{ concept.name }}

{{ concept.target }}

{{ concept.description }}

{% endfor %}

Don't worry - you can switch concepts anytime during your demo.

End demo session
{% endblock %} {% block styles %} {% endblock %}