unless
Unless is a conditional just like if but works on the inverse logic.
{% unless x < 0 %} x is greater than zero {% endunless %}
See if tag description for various conditions.
Unless is a conditional just like if but works on the inverse logic.
{% unless x < 0 %} x is greater than zero {% endunless %}
See if tag description for various conditions.