{{ "attachments" | i18n }}
@if (cipher()?.attachments; as attachments) {
@for (attachment of attachments; track attachment.id) {
-
@if (!attachment.hasDecryptionError) {
{{ attachment.sizeName }}
@if (attachment.key == null) {
}
@if (attachment.key != null) {
} @else {
}
@if (cipher().edit) {
}
} @else {
{{ "errorCannotDecrypt" | i18n }}
@if (cipher().edit) {
}
}
}
}