{% include 'layouts/farmer_header.html' %}

ખેડૂતને તેની પોતાની મહેનત મુજબ પોષણસમ ભાવ મળી રહે તે માટે આ પોર્ટલનું આયોજન કરવામાં આવેલ છે.

આજનો ભાવ
{{ date1 }}
{% for i in data %} {% if i.main_menu=='Vegetables' %} {% set veg = i.id %} {% elseif i.main_menu=='Fruits' %} {% set fruit = i.id %} {% endif %} {% endfor %}
{% set veg_total = 1 %} {% for p in product_today_price_data %} {% set veg_total = veg_total + 1 %} {% endfor %}
ક્ર્મ પ્રકાર શાકભાજીનું નામ ૨૦ કિલોનો ભાવ
{{ veg_total }} {{ p.veg_type }} {{ p.product_name }} રૂ. {{ p.low_price }} - {{ p.high_price }}
{% set fruit_total = 1 %} {% for p in product_today_price_data %} {% if p.main_menu_id==fruit %} {% set fruit_total = fruit_total + 1 %} {% endif %} {% endfor %}
ક્ર્મ પ્રકાર ફળનું નામ ૨૦ કિલોનો ભાવ
{{ fruit_total }} {{ p.veg_type }} {{ p.product_name }} રૂ. {{ p.low_price }} - {{ p.high_price }}
{% if username ==undefined %} {% else %}

શાકભાજી/ ફળો ની રીકવેસ્ટ મોકલો

તમારી શાકભાજી/ ફળો ની રીકવેસ્ટ જોવા માટે

{% set veg_total = 1 %} {% for p in farmer_request_data %} {% set veg_total = veg_total + 1 %} {% endfor %}
ક્ર્મ પ્રકાર/
નામ
૨૦ કિલોનો ભાવ કિલોગ્રામ
{{ veg_total }} {{ p.veg_type }}
{{ p.product_name }}
રૂ. {{ p.low_price }} - {{ p.high_price }} {{ p.farmer_quantity }} KG.
{% endif %} {% include 'layouts/farmer_footer.html' %}