+
+ {{'typeLogin' | i18n}}
+
+ {{typeCounts.get(cipherType.Login) || 0}}
+
+
+
+
+ {{'typeCard' | i18n}}
+
+ {{typeCounts.get(cipherType.Card) || 0}}
+
+
+
+
+ {{'typeIdentity' | i18n}}
+
+ {{typeCounts.get(cipherType.Identity) || 0}}
+
+
+
+
+ {{'typeSecureNote' | i18n}}
+
+ {{typeCounts.get(cipherType.SecureNote) || 0}}
+
+