2020-12-24 06:10:33 +00:00
|
|
|
{% from "erpnext/templates/includes/macros.html" import item_card, item_card_body %}
|
|
|
|
|
|
|
|
{{ item_card(
|
|
|
|
item.item_name or item.name, item.website_image or item.image, item.route, item.website_description or item.description,
|
2021-01-20 12:16:19 +00:00
|
|
|
item.formatted_price, item.item_group
|
2020-12-24 06:10:33 +00:00
|
|
|
) }}
|