{% for item in items %}
{% if item.is_safe %}

Click to show why it is safe

{% else %}

Click to show alternative products

{% endif %}
{% if item.logo %} {% else %} {% endif %}
{% if item.is_safe %} {% else %} {% endif %}
{% if item.is_safe %} এটা ব্যবহার করতে সমস্যা নেই! {% elif not item.is_safe %} এটা বয়কট করা উচিত! {% endif %}
{% empty %}

Sorry, no items found. We are working on adding more items.

{% endfor %}