{% comment %} Counter Badge Display Widget Shows counter with optional link. {% endcomment %} {% if hide_on_zero and count == 0 %} {# Hidden when zero #} {% else %} {% if link_url %} {% endif %} {% if icon %} {{ icon }} {% endif %} {{ count_display }} {% if link_url %} {% endif %} {% endif %}