{{ v.input_name }}
{{ v.name }}
{% if v.description %}{{ v.description }}
{% endif %}Price
{% if v.min_price == v.max_price %}KES {{ v.min_price }}
{% else %}KES {{ v.min_price }}–{{ v.max_price }}
{% endif %}{% extends 'auth/dashboard.html' %} {% load static %} {% block content %}
{% if show_shop_actions %}Browse varieties, add to cart, and checkout directly. {% else %}Browse varieties and request a contract for yourself or your group.{% endif %}
Showing {{ page_obj.start_index }}–{{ page_obj.end_index }} of {{ page_obj.paginator.count }} variet{{ page_obj.paginator.count|pluralize:"y,ies" }}
{% if selected_input_type or selected_payment or min_price or max_price or search_query %} Clear filters {% endif %}{{ v.input_name }}
{{ v.description }}
{% endif %}Price
{% if v.min_price == v.max_price %}KES {{ v.min_price }}
{% else %}KES {{ v.min_price }}–{{ v.max_price }}
{% endif %}Your cart is empty
Add items from the shop to get started
Proceed to checkout to place a direct purchase order.