{# Affiche un référentiel : badge coloré, cliquable vers sa fiche. #} {# Usage : {% include "netbox_applications/inc/reference.html" with ref=object.criticality %} #} {% load helpers %} {% if ref %} {% badge ref.name bg_color=ref.color %} {% else %} {{ ''|placeholder }} {% endif %}