[docs]classEquipmentState(IntegerChoices,p("help_text")):_symmetric_builtins_=[s("name",case_fold=True)]# fmt: offACTIVE=100,_("In Use"),_("This coding is in active use.")LEGACY=101,_("Retired"),_("This equipment coding has changed.")UNVERIFIED=102,_("Unverified"),_("This equipment coding has not been verified.")# fmt: ondef__str__(self):returnstr(self.label)