{% load static %} {% load i18n %} {% load navactive %} {# ---------- Inline chips — shown when they fit on one row (xl and up) ---------- #} {% if request.user.is_authenticated %} {% if perms.buybackprogram.manage_programs or perms.buybackprogram.manage_all_programs %} {% endif %} {% if perms.buybackprogram.see_all_statics or perms.buybackprogram.manage_all_programs %} {% endif %} {% endif %} {# ---------- Collapsed dropdown — shown when the chips would wrap (below xl) ---------- #}