+ + ${escapeHtml(fileTypeBadge(file))} + + ${escapeHtml(file.filename)} + + ${formatBytes(file.size_bytes)} + ${escapeHtml(file.mime_type || "file")} + ${created ? `${escapeHtml(created)}` : ""} + ${escapeHtml(status)} + + + + ${actions.primary} + ${actions.secondary} + ${escapeHtml(t("share.copy", {}, "Copy"))} +