Products

Products List
{% if error %}

{{ error }}

{% endif %}
{% for each_product in productsList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Product Name Sku Starting Price Ending Price Description Status Action
{{ each_product.snoCount }} {{ each_product.productName }} {{ each_product.sku }} {{ each_product.startingPrice }} {{ each_product.endingPrice }} {{ each_product.description }} {% if each_product.actionText == "Active" %} {{each_product.actionText}} {% else %} {{each_product.actionText}} {% endif %}