{%= item_code || "" %}{%= __(item_name) || "" %}
{% if(actual_qty != null) { %}
{%= __("In Stock: ") %} {%= actual_qty || 0.0 %}
{% } %}
{% if(enabled) { %} {% } else { %}
{%= format_currency(rate) %}
{% } %}

{%= amount %}