{{ "itemInformation" | i18n }}
{{ "name" | i18n }} {{ cipher.name }}
{{ "username" | i18n }} {{ cipher.login.username }}
{{ "password" | i18n }}
{{ cipher.login.maskedPassword }}
{{ "verificationCodeTotp" | i18n }} {{ totpCodeFormatted }}
{{ totpSec }}
{{ "cardholderName" | i18n }} {{ cipher.card.cardholderName }}
{{ "number" | i18n }} {{ cipher.card.maskedNumber }} {{ cipher.card.number }}
{{ "brand" | i18n }} {{ cipher.card.brand }}
{{ "expiration" | i18n }} {{ cipher.card.expiration }}
{{ "securityCode" | i18n }} {{ cipher.card.maskedCode }} {{ cipher.card.code }}
{{ "identityName" | i18n }} {{ cipher.identity.fullName }}
{{ "username" | i18n }} {{ cipher.identity.username }}
{{ "company" | i18n }} {{ cipher.identity.company }}
{{ "ssn" | i18n }} {{ cipher.identity.ssn }}
{{ "passportNumber" | i18n }} {{ cipher.identity.passportNumber }}
{{ "licenseNumber" | i18n }} {{ cipher.identity.licenseNumber }}
{{ "email" | i18n }} {{ cipher.identity.email }}
{{ "phone" | i18n }} {{ cipher.identity.phone }}
{{ "address" | i18n }}
{{ cipher.identity.address1 }}
{{ cipher.identity.address2 }}
{{ cipher.identity.address3 }}
{{ cipher.identity.fullAddressPart2 }}
{{ cipher.identity.country }}
{{ "uri" | i18n }} {{ "website" | i18n }} {{ u.hostOrUri }}
{{ "notes" | i18n }}
{{ cipher.notes }}