{% load helpers %} {% load i18n %}
{% trans "System Infrastructure" %} | {{object.get_site_infra_sysinfra_display|placeholder}} | |
---|---|---|
{% trans "Industrial" %} | {{object.get_site_type_indus_display|placeholder}} | |
{% trans "Criticity stars" %} | {{object.get_criticity_stars|placeholder}} | |
{% trans "PHONE Critical ?" %} | {% include 'sop_infra/tools/badge.html' with object=object.site_phone_critical %} | |
{% trans "R&D ?" %} | {% include 'sop_infra/tools/badge.html' with object=object.site_type_red %} | |
{% trans "VIP ?" %} | {% include 'sop_infra/tools/badge.html' with object=object.site_type_vip %} | |
{% trans "WMS ? " %} | {% include 'sop_infra/tools/badge.html' with object=object.site_type_wms %} |