{% for item in items %}
{% if item.info != "" %}i{% endif %}{{ item.name }}
{{ item.price }}
{% else %} no records found {% endfor %}