1👍
✅
You should first check whether product.ribbon
is not None
before rendering the div
s. Try this:
{% if product.duration %}<div class="ribbon-wrapper-orange"><div class="ribbon-orange">{{ product.duration }}</div></div>{% endif %}
Source:stackexchange.com