+ |
+
+
+ @if (s.type == sendType.File) {
+
+ }
+ @if (s.type == sendType.Text) {
+
+ }
+
+
+ @if (s.disabled) {
+
+ {{ "disabled" | i18n }}
+ }
+ @if (s.password) {
+
+ {{ "password" | i18n }}
+ }
+ @if (s.maxAccessCountReached) {
+
+ {{ "maxAccessCountReached" | i18n }}
+ }
+ @if (s.expired) {
+
+ {{ "expired" | i18n }}
+ }
+ @if (s.pendingDelete) {
+
+ {{ "pendingDeletion" | i18n }}
+ }
+
+ |
+
+ {{ s.deletionDate | date: "medium" }}
+ |
+
+
+
+
+ @if (s.password && !disableSend()) {
+
+ }
+
+
+ |
+
+